Skip to content

jdrst/adventofgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adventofcode

Linting:

golangci-lint run (see github.com/golangci/golangci-lint)

Test:

within day

go test

Benchmark:

go test -bench . --benchmem

all of them (in project root)

go test ./...

Run:

within day

go run .