go-toml/main.go

8 lines
95 B
Go

package main
import "fmt"
func main() {
fmt.Println("Just a file to make 'go get' happy")
}