6fdb13f
@@ -0,0 +1,3 @@ +module github.com/xlg-pkg/x + +go 1.16
@@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("You must be lost!") +}