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