delve/_fixtures/locationsUpperCase.go
2016-02-05 14:45:27 -08:00

8 lines
72 B
Go

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