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-02-23 15:35:53 +08:00
parent ebbc7289eb
commit 5c8bf1af5a
6 changed files with 7 additions and 12 deletions

View File

@@ -7,11 +7,13 @@ import (
"strings"
)
//nolint:revive,stylecheck
const (
// A4_EMU_MAX_WIDTH is the max display width of an A4 paper
A4_EMU_MAX_WIDTH = 5274310
)
//nolint:revive,stylecheck
const (
XMLNS_DRAWINGML_MAIN = `http://schemas.openxmlformats.org/drawingml/2006/main`
XMLNS_DRAWINGML_PICTURE = `http://schemas.openxmlformats.org/drawingml/2006/picture`