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

make lint happy

This commit is contained in:
源文雨
2023-02-23 15:35:53 +08:00
parent ebbc7289eb
commit 5c8bf1af5a
6 changed files with 7 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ import (
"sync"
)
//nolint:revive
//nolint:revive,stylecheck
const (
XMLNS_REL = `http://schemas.openxmlformats.org/package/2006/relationships`
REL_HYPERLINK = `http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink`