Skip to content
Snippets Groups Projects
Verified Commit 1722953c authored by Gabriel Zachmann's avatar Gabriel Zachmann
Browse files

[lint] fix linting

parent 85a0acce
No related branches found
No related tags found
No related merge requests found
Pipeline #323134 failed
package version
import (
_ "embed"
_ "embed" // for go:embed
"strconv"
"strings"
)
// VERSION holds the server's version
//
//go:embed VERSION
var VERSION string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment