Running go gives me - go clang: error: no input files

11/16/2018
go get -u -v github.com/kubernetes-sigs/aws-iam-authenticator/cmd/aws-iam-authenticator

on Mac OS X 10.13.6 (17G65)

gives me:

go
clang: error: no input files

Any suggestions?

-- Snowcrash
amazon-iam
amazon-web-services
go
kubernetes
macos

1 Answer

11/19/2018

As far as I understand specified repo does not exist or unaccessible, (your link returns 404) hence you are getting "no input files", it is pretty self explanatory.

-- getslaf
Source: StackOverflow