Skip to content

Commit

Permalink
added goimports and buf to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco committed Sep 15, 2024
1 parent 278ab15 commit 718041d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23
1.23.1
1 change: 1 addition & 0 deletions deps/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ brew 'zsh'
brew 'curl'
# nice postgres cli tool
brew "pgcli"
brew "bufbuild/buf/buf"
1 change: 1 addition & 0 deletions deps/go_deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ mvdan.cc/sh/v3/cmd/shfmt@latest
github.com/rhysd/actionlint/cmd/actionlint@latest
golang.org/x/tools/gopls@latest
github.com/google/yamlfmt/cmd/yamlfmt@latest
golang.org/x/tools/cmd/goimports@latest
2 changes: 2 additions & 0 deletions zsh/sourcing.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ export PYRIGHT_PYTHON_FORCE_VERSION='latest'
##########

export GOENV_ROOT="$HOME/.goenv"
export PATH="$HOME/go/bin:$PATH"
export PATH="$GOENV_ROOT/bin:$PATH"
export PATH="$GOROOT/bin:$PATH"
eval "$(goenv init -)"
eval "$(goenv rehash)"


#########
# CARGO #
#########
Expand Down

0 comments on commit 718041d

Please sign in to comment.