mirror of https://github.com/ImVexed/muon.git
Update README.md
This commit is contained in:
parent
04e5d36719
commit
898f55b8eb
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue