init
This commit is contained in:
commit
f0afc7f0af
11
cmd/foo/main.go
Normal file
11
cmd/foo/main.go
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
|
||||||
|
"mcquay.me/vers"
|
||||||
|
)
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
fmt.Printf("version: %v\n", vers.Version)
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user