piston/lxc/tests/go.go
2021-01-22 02:31:48 -06:00

7 lines
68 B
Go

package main
import "fmt"
func main() {
fmt.Println("good")
}