piston/lxc/tests/test.go
2020-06-08 20:54:21 -05:00

7 lines
68 B
Go

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