/Go-Intro

This repository is used in the Golang workshop

Primary LanguageGoMIT LicenseMIT

Go-Intro

This repository is used in the Golang workshop

> Clone

git clone https://github.com/shotokan/Go-Intro.git raw-service

> Run

go mod init raw-service
go mod tidy
go run ./cmd/main.go