blob: 91819341a62c3efc388e4331391bdfd3850d1239 [file] [log] [blame]
-- .info --
{"Version": "v1.1.0"}
-- .mod --
module example.com/tools
-- cmd/hello/hello.go --
package main
import "fmt"
func main() {
fmt.Println("hello v1.1")
}