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 ;;fsharp ; ML stands for Microsoft's Language
;;fstar ; (dependent) types and (monadic) effects and Z3 ;;fstar ; (dependent) types and (monadic) effects and Z3
;;gdscript ; the language you waited for ;;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 ;;(haskell +dante) ; a language that's lazier than I am
;;hy ; readability of scheme w/ speed of python ;;hy ; readability of scheme w/ speed of python
;;idris ; a language you can depend on ;;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) export JAVA_HOME=$(/usr/libexec/java_home -v 14)
path=( path=(
$GOPATH $GOPATH/bin
$PSQLAPP $PSQLAPP
$JAVA_HOME/bin $JAVA_HOME/bin
$path) $path)

View File

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