shotokan / Go-Intro

This repository is used in the Golang workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This repository is used in the Golang workshop

License:MIT License


Languages

Language:Go 100.0%