use the doublestar library to support pattern matching of files or directories to ignore. This replaces (and deprecates) the previous -skip flag which only supported file extensions.
9 lines
153 B
Modula-2
9 lines
153 B
Modula-2
module github.com/google/addlicense
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/bmatcuk/doublestar/v4 v4.0.2
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
|
)
|