feat(rename): Rename in gouik

This commit is contained in:
Matthieu 'JP' DERASSE
2022-07-19 20:24:10 +00:00
parent 5b50b5409b
commit 94975d5f33
8 changed files with 23 additions and 37 deletions

View File

@ -208,7 +208,7 @@ You will have to reopen a new terminal to apply the changes or execute the follo
func (g Golang) PostInstall(path string) error {
lineBashRc := []string{
"# Golang - Added by goguik",
"# Golang - Added by gouik",
}
gopath := os.Getenv("GOPATH")

View File

@ -204,7 +204,7 @@ You will have to reopen a new terminal to apply the changes or execute the follo
func (s Swagger) PostInstall(path string) error {
lineBashRc := []string{
"# Swagger - Added by goguik",
"# Swagger - Added by gouik",
}
// checking if swagger binary is found after installation