Categorygithub.com/hsit18/golang-practice
repositorypackage
0.0.0-20240605144229-ece01a581521
Repository: https://github.com/hsit18/golang-practice.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
No description provided by the author
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

golang-practice

install go lang

brew install [email protected] echo 'export PATH="/opt/homebrew/opt/[email protected]/bin:$PATH"' >> ~/.zshrc

GVM install bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)\n

Programs samples:

  1. Fibonacci
  2. Cards
  3. Structs
  4. Maps

DataTypes dataTypes

protoc --go_out=. --go-grpc_out=. protobuf/*.proto