Setting up golang

This commit is contained in:
James Patrick 2021-08-28 12:45:59 -04:00
parent f0c37b09bc
commit 1b3f1937b4
3 changed files with 3 additions and 3 deletions

View File

@ -139,7 +139,7 @@
;;fsharp ; ML stands for Microsoft's Language
;;fstar ; (dependent) types and (monadic) effects and Z3
;;gdscript ; the language you waited for
;;(go +lsp) ; the hipster dialect
(go +lsp) ; the hipster dialect
;;(haskell +dante) ; a language that's lazier than I am
;;hy ; readability of scheme w/ speed of python
;;idris ; a language you can depend on

View File

@ -3,7 +3,7 @@ export PSQLAPP="/Applications/Postgres.app/Contents/Versions/latest/bin"
export JAVA_HOME=$(/usr/libexec/java_home -v 14)
path=(
$GOPATH
$GOPATH/bin
$PSQLAPP
$JAVA_HOME/bin
$path)

View File

@ -3,7 +3,7 @@ export GOPATH="$HOME/src/go"
path=(
$GOPATH
$GOPATH/bin
$GOLANG_PATH
$path)
# vim: syn=zsh