loov / goda

Go Dependency Analysis toolkit
MIT License
1.37k stars 45 forks source link

graph go mod example "unclosed action" #77

Closed SkybuckFlying closed 4 months ago

SkybuckFlying commented 4 months ago

V:\go-vite\release v2.14>goda graph -type edges -f '{{.ID}}{{if .Module}}{{with .Module.Version}}@{{.}}{{end}}{{end}}' ./...:all invalid label format: template: :1: unclosed action

egonelbre commented 4 months ago

You need to change ' for " on Windows, because they have different meaning.