bpeng / tickets

0 stars 0 forks source link

GO #8

Open bpeng opened 8 years ago

bpeng commented 8 years ago

https://github.com/uber/go-torch

[9:46 AM] Howard Wu: Try add "GOSSAFUNC=" env var as prefix when you do go build. You can see how go compiler optimises your code. [9:47 AM] Howard Wu: For example "GOSSAFUNC=main go build"  ("main" is the function you wanna know how is being optimised). Then it generates some reports in the console and "ssa.html". You can open that html to see the optimisation processes.

bpeng commented 8 years ago

template:

https://gohugo.io/templates/go-templates/

bpeng commented 7 years ago

Test a single file go test impact_test.go

bpeng commented 7 years ago

GO training 2017-01-29

https://github.com/ardanlabs/gotraining/

working dir  dev/go/src/got
bpeng commented 5 years ago

GO vendor

govendor update +vendor
govendor fetch +vendor