Skip to content

Add -f to go get in inway Makefile to skip check

Eelco requested to merge feature/fix-that-f into master

The -f flag, valid only when -u is set, forces get -u not to verify that each package has been checked out from the source control repository implied by its import path.

Merge request reports