repository
0.0.0-20210803025355-f12746e20fd5
Repository: https://github.com/fenglyu/projecteuler.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Start Project Euler
Run specific unit test
go test -timeout 30s github.com/fenglyu/projecteuler/golang/common -run ^\(TestTailFib\)$
Go pprof
> https://github.com/campoy/go-tooling-workshop/blob/master/3-dynamic-analysis/3-profiling/2-pprof.md
> http://www.graphviz.org/
go tool pprof 27.prof
Go Module proxy
export GOPROXY=https://mirrors.aliyun.com/goproxy/
Similiar math chanlleage
https://github.com/go-kit/kit