rodrigo-brito / gocity

:bar_chart: Code City metaphor for visualizing Go source code in 3D
https://go-city.github.io
MIT License
1.8k stars 139 forks source link

Replace Packer by Pkger #46

Closed rodrigo-brito closed 3 years ago

rodrigo-brito commented 4 years ago

Currently, we are using gobuffalo/packr to embed static files. Pkger is the successor of packer for static files More info: https://github.com/markbates/pkger

faabiosr commented 4 years ago

Hi Mate! I'll try to do this issue.

rodrigo-brito commented 4 years ago

Hi @faabiosr, have fun!

rodrigo-brito commented 4 years ago

I started this issue in the morning, the working in progress is in pkger branch. Maybe it can help you. I used pkger with go generate: https://github.com/rodrigo-brito/gocity/blob/pkger/pkg/handle/analyzer.go