hieesulee / go-playground

experience something new with golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-playground

Requirements

MacOS

brew install coreutils # for nproc, and makefile

Commands

  • Run linter: make lint
  • Run unit tests: make test-unit
  • Run integration tests: make test-integration
  • Check cover: make test-cover

About

experience something new with golang


Languages

Language:Go 81.2%Language:Makefile 18.8%