package
0.0.0-20240613003025-95f5d9073954
Repository: https://github.com/adnvilla/gosamples.git
Documentation: pkg.go.dev

# README

Download and install the protocol buffer compiler

https://github.com/protocolbuffers/protobuf/releases

For windows https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protoc-3.6.1-win32.zip

Unzip and add directory in PATH, example: C:\protoc-3.6.1-win32\bin

Tutorial https://developers.google.com/protocol-buffers/docs/gotutorial

protoc -I=./ --go_out=./ ./addressbook.proto

# Constants

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

# Variables

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

# Structs

Our address book file is just one of these.
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author