Skip to content

dertseha/codingdojo-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodingDojo template - Go

This is a template for a coding dojo. The language is Go.

Installation

Prerequisites

  • Go v1.19+

Download

git clone github.com/dertseha/codingdojo-go
cd codingdojo-go

Verification

Verify using go test (running tests)

Optional: Linter package

The file .golangci.yml is the settings file for golangci-lint. Follow the installation procedure from its homepage to install the linter package.

Run the linter package then with golangci-lint run ./...

License

License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

About

Template project for a coding dojo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages