diff --git a/cmd/fmcCLI/doc.go b/cmd/fmcCLI/doc.go index 362bc03..ab6b482 100644 --- a/cmd/fmcCLI/doc.go +++ b/cmd/fmcCLI/doc.go @@ -22,4 +22,4 @@ Usage of fmcCLI: -user string API Username (default "admin") */ -package main // import "github.com/chifu1234/fmcCLI" +package main // import "github.com/kubernetli/fmcClient/cmd/fmcCLI" diff --git a/cmd/fmcCLI/go.sum b/cmd/fmcCLI/go.sum index 4e2892d..773ef18 100644 --- a/cmd/fmcCLI/go.sum +++ b/cmd/fmcCLI/go.sum @@ -1,4 +1,3 @@ -github.com/kubernetli/fmcClient v0.0.0-20200707125305-575ca8bc7328 h1:VgSF9/8ZFnWqiMwddH092hO14FsTSEOVzkK4M8IIQ1I= github.com/kubernetli/fmcClient v0.0.0-20200707130621-0142f917c9d1 h1:rQJDGXBhay+4+ci04YWfMqOGVzVhB6qAApEpOZ6Yh5s= github.com/kubernetli/fmcClient/pkg/fmcClient v0.0.0-20200707130621-0142f917c9d1 h1:lu+mBBq9O4heA55KrhjnZAv9U6hYy+AGLRgG+0IqMvw= github.com/kubernetli/fmcClient/pkg/fmcClient v0.0.0-20200707130621-0142f917c9d1/go.mod h1:+wtrAqTli4xKpINfigNhECJyTFZzrL8rax1nMS9aTbg= diff --git a/pkg/fmcClient/README.md b/pkg/fmcClient/README.md index 426db77..86a871c 100644 --- a/pkg/fmcClient/README.md +++ b/pkg/fmcClient/README.md @@ -1,13 +1,7 @@ -# fmcClient [![GoDoc](https://godoc.org/github.com/chifu1234/fmcClient?status.svg)](https://pkg.go.dev/github.com/chifu1234/fmcClient) +# fmcClient [![GoDoc](https://godoc.org/github.com/kubernetli/fmcClient/pkg/fmcClient?status.svg)](https://pkg.go.dev/github.com/kubernetli/fmcClient/pkg/fmcClient) Download: ```shell -go get github.com/chifu1234/fmcClient +go get github.com/kubernetli/fmcClient/pkg/fmcClient ``` - -* * * - - -* * * -Automatically generated by [autoreadme](https://github.com/jimmyfrasche/autoreadme) on 2020.07.05