This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
usage() { | |
cat <<__usage__ | |
-- DESCRIPTION ----------------------------------------------------------------- | |
Insert a 'replace' directive into each given Go module (default: PWD) that | |
defines a local file path of a Go package to import instead of the published | |
package named in any of the given modules' import lists. |
NewerOlder