initial commit
This commit is contained in:
7
testdata/app.go
vendored
Normal file
7
testdata/app.go
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "log"
|
||||
|
||||
func main() {
|
||||
log.Println("Hello world of desktop applications")
|
||||
}
|
Reference in New Issue
Block a user