1
0
mirror of https://github.com/fumiama/go-docx.git synced 2026-06-05 07:40:24 +08:00

make lint happy

This commit is contained in:
源文雨
2023-03-02 18:12:08 +08:00
parent 64b3464cbf
commit 8b3cf0260d
4 changed files with 10 additions and 6 deletions

1
id.go
View File

@@ -20,6 +20,7 @@
package docx
// IncreaseID by name
func (f *Docx) IncreaseID(name string) (n uintptr) {
f.slowIDsMu.Lock()
n = f.slowIDs[name]