ashpieboop / aur-caddy

https://aur.archlinux.org/packages/caddy2
1 stars 1 forks source link

Fix GOPATH and GOFLAGS #2

Closed StevenDoesStuffs closed 4 years ago

StevenDoesStuffs commented 4 years ago

I added two of the GOPATHs that the Go packaging guidelines recommended, and I changed the GOPATH to be inside the package directory so it doesn't pollute ~/go (the aur package for yay does that as well).

ashpieboop commented 4 years ago

Thanks for the pr :)