Update README.md

This commit is contained in:
V-X 2019-10-04 19:01:47 -05:00 committed by GitHub
parent 04e5d36719
commit 898f55b8eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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.