Tran Hau 2020-05-01 23:52:30 +07:00
parent 968531aeb1
commit 46fa043476
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
# Go
## Set up
If you use Archlinux,
use [go-pie](https://www.archlinux.org/packages/community/x86_64/go-pie/)
instead of [go](https://www.archlinux.org/packages/?name=go),
because [Go package guidelines/Building](https://wiki.archlinux.org/index.php/Go_package_guidelines#Building).
Add to `~/.bashrc`, `~/.zshrc`, `~/.config/fish/config.fish`:
```sh