From 898f55b8eb6fc75b8e0651f03901c972feeac1a1 Mon Sep 17 00:00:00 2001 From: V-X Date: Fri, 4 Oct 2019 19:01:47 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 26bf320..5c22901 100644 --- a/README.md +++ b/README.md @@ -78,3 +78,6 @@ func add(a float64, b float64) float64 { ## Q: *I get `exit status 3221225781` when I try to run my program* - Your program likely can't find the [Ultralight](https://ultralig.ht/) libraries. Ensure they're either installed on the system, or, in the same folder as your program. + +## Q: *How do I get rid of the Console window on Windows?* +- Add `-ldflags -H=windowsgui` to either your `go build` or `go run` to get rid of the window.