livebud / bud

The Full-Stack Web Framework for Go
MIT License
5.53k stars 182 forks source link

fix several ubuntu-related issues #375

Closed matthewmueller closed 1 year ago

matthewmueller commented 1 year ago

In Ubuntu, Go's standard library is symlinked causing an early issue in Ubuntu. I also learned that Go V8 was having issues, but bumping it to v0.8.0 helped. Lastly, while following a modified version of the contributor guide, I learned that the peg tool was not being resolved.

Closes #369