go-file-deps

command module
v0.0.0-...-b6f8c63 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2022 License: MIT Imports: 5 Imported by: 0

README

This tool prints the list of files required to build a Go package.

$ go install github.com/getenv/go-file-deps@latest
$ go-file-deps ./cmd/hello

Makefile integration

Pass -r rule to print rule: $(wildcard files...)\n instead.

hello:
    go build -o $@ ./cmd/hello
    go-file-deps -r $@ ./cmd/hello > $@.d

-include hello.d

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL