-- .info --
{"Version": "v1.0.0"}
-- .mod --
module example.com/tools
-- cmd/hello/hello.go --
package main

import "fmt"

func main() {
	fmt.Println("hello")
}