initial commit

This commit is contained in:
Mat Ryer
2018-05-06 17:36:20 +01:00
parent 45ad66ec01
commit ce003f96ba
5 changed files with 218 additions and 1 deletions

7
testdata/app.go vendored Normal file
View File

@@ -0,0 +1,7 @@
package main
import "log"
func main() {
log.Println("Hello world of desktop applications")
}