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.