main
parent
968531aeb1
commit
46fa043476
|
@ -1,5 +1,12 @@
|
||||||
# Go
|
# 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`:
|
Add to `~/.bashrc`, `~/.zshrc`, `~/.config/fish/config.fish`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in New Issue