samples-golang icon indicating copy to clipboard operation
samples-golang copied to clipboard

Add go mod files for okta-hosted-login example

Open Sovietaced opened this issue 2 years ago • 0 comments

This pull request adds go mod files to the okta-hosted-login example so that these examples can be run per the instructions on newer versions of go.

~/code/samples-golang/okta-hosted-login$ go get
go: go.mod file not found in current directory or any parent directory.
	'go get' is no longer supported outside a module.
	To build and install a command, use 'go install' with a version,
	like 'go install example.com/cmd@latest'
	For more information, see https://golang.org/doc/go-get-install-deprecation
	or run 'go help get' or 'go help install'.

Sovietaced avatar Oct 03 '23 18:10 Sovietaced