mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-03-16 17:54:07 +01:00
gofumpt -w -l -extra . (#661)
This commit is contained in:
@@ -14,10 +14,8 @@
|
||||
|
||||
package version
|
||||
|
||||
var (
|
||||
// Version of Woodpecker, set with ldflags, from Git tag
|
||||
Version string
|
||||
)
|
||||
// Version of Woodpecker, set with ldflags, from Git tag
|
||||
var Version string
|
||||
|
||||
// String returns the Version set at build time or "dev"
|
||||
func String() string {
|
||||
|
||||
Reference in New Issue
Block a user