feat!: bump to go1.16 and embed version
This commit is contained in:
9
version.go
Normal file
9
version.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//nolint:gochecknoglobals,golint,stylecheck
|
||||
package gonic
|
||||
|
||||
import (
|
||||
_ "embed"
|
||||
)
|
||||
|
||||
//go:embed version.txt
|
||||
var Version string
|
||||
Reference in New Issue
Block a user