1.0.16 • Published 1 year ago

@nanaimoinc/protobuf v1.0.16

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Installation tips

  • Install brew
  • Install protoc
    go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
    go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
    export GOPATH=$HOME/go                                         
    export PATH=$PATH:$GOPATH/bin
  • Generate protos
    make gen

NEW EMPLOYEES - GIT SETUP

Github link

Setup SSH keys:

    ssh-keygen -t ed25519 -C "your_email@nanaimo.ai"
    eval "$(ssh-agent -s)"
    ssh-add --apple-use-keychain ~/.ssh/id_ed25519
    git config --global --add url."git@github.com:".insteadOf "https://github.com/"
    export GOPRIVATE=github.com/nanaimo-ai
    go mod tidy

Also add the environment variable permanenlty to the shell script.

    echo 'export GOPRIVATE=github.com/nanaimo-ai' >> ~/.zshrc
    source ~/.zshrc
1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago