Categorygithub.com/prontogui/golib
repositorypackage
0.0.55
Repository: https://github.com/prontogui/golib.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Copyright Notice

Copyright 2024 ProntoGUI, LLC. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.

pgui-go

Go language module for Pronto!GUI

Generating the protobuf code

In the project folder:

make

Setting up the gRPC tools

go install google.golang.org/protobuf/cmd/[email protected]
go install google.golang.org/grpc/cmd/[email protected]

Add to ~/.zshrc or ~/.zprofile

export PATH="$PATH:$(go env GOPATH)/bin"

Refer to gRPC website for latest instructions: https://grpc.io/docs/languages/go/quickstart/