try grpc+qt on windows from a new project

master
Jordan Orelli 8 years ago
commit adaf7b2454

@ -0,0 +1,14 @@
package main
import (
"fmt"
"os"
"github.com/therecipe/qt/widgets"
)
func main() {
fmt.Println("Hey from VSCode")
widgets.NewQApplication(len(os.Args), os.Args)
widgets.QApplication_Exec()
}
Loading…
Cancel
Save