Make sure to add the current module to the list
Before we would only add the files from the dependencies, not the file from the actual module (such as "main.go").pull/2577/head
parent
5cbbc7cf51
commit
fe30157432
|
@ -3,7 +3,7 @@
|
|||
# Generate go dependencies, for make. Uses `go list".
|
||||
# Usage: makedepend.sh [-t] output package path [extra]
|
||||
|
||||
PATH_FORMAT='{{join .Deps "\n"}}'
|
||||
PATH_FORMAT='{{ .ImportPath }}{{"\n"}}{{join .Deps "\n"}}'
|
||||
FILE_FORMAT='{{ range $file := .GoFiles }} {{$.Dir}}/{{$file}}{{"\n"}}{{end}}'
|
||||
|
||||
if [ "$1" = "-t" ]
|
||||
|
|
Loading…
Reference in New Issue