Skip to content

Commit

Permalink
Also install the buf package
Browse files Browse the repository at this point in the history
  • Loading branch information
mkysel committed Aug 12, 2024
1 parent c5f1b14 commit bb4cfbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/up
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if ! which golangci-lint &>/dev/null; then brew install golangci-lint; fi
if ! which shellcheck &>/dev/null; then brew install shellcheck; fi
if ! which mockery &>/dev/null; then brew install mockery; fi
if ! which sqlc &> /dev/null; then brew install sqlc; fi
if ! which buf &> /dev/null; then brew install buf; fi
if ! which golines &>/dev/null; then go install github.com/segmentio/golines@latest; fi

dev/generate
Expand Down

0 comments on commit bb4cfbd

Please sign in to comment.