mirror of
https://github.com/fumiama/go-docx.git
synced 2026-06-12 11:40:28 +08:00
make lint happy
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
// Package main is a function demo
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ import (
|
|||||||
"sync"
|
"sync"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
//nolint:revive
|
||||||
const (
|
const (
|
||||||
XMLNS_W = `http://schemas.openxmlformats.org/wordprocessingml/2006/main`
|
XMLNS_W = `http://schemas.openxmlformats.org/wordprocessingml/2006/main`
|
||||||
XMLNS_R = `http://schemas.openxmlformats.org/officeDocument/2006/relationships`
|
XMLNS_R = `http://schemas.openxmlformats.org/officeDocument/2006/relationships`
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ import (
|
|||||||
"sync"
|
"sync"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
//nolint:revive
|
||||||
const (
|
const (
|
||||||
XMLNS_REL = `http://schemas.openxmlformats.org/package/2006/relationships`
|
XMLNS_REL = `http://schemas.openxmlformats.org/package/2006/relationships`
|
||||||
REL_HYPERLINK = `http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink`
|
REL_HYPERLINK = `http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink`
|
||||||
|
|||||||
Reference in New Issue
Block a user