Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 223 Bytes

MAINT.md

File metadata and controls

10 lines (8 loc) · 223 Bytes

Maintenance Task Documentation

Licenses

Collecting licenses used by wash:

go get -v gopkg.in/src-d/go-license-detector.v2/..
go mod vendor
find . -name 'LICENSE*' -exec dirname {} \; | xargs license-detector