“Como instalar o pacote global Golang” Respostas de código

Instale o pacote global Golang

# This is the default GOPATH, you should confirm with the 'go env' command
export GOPATH=$HOME/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
Restu Wahyu Saputra

Como instalar o pacote global Golang

go install github.com/golang-migrate/migrate/v4/cmd/migrate@latest
Restu Wahyu Saputra

Respostas semelhantes a “Como instalar o pacote global Golang”

Perguntas semelhantes a “Como instalar o pacote global Golang”

Mais respostas relacionadas para “Como instalar o pacote global Golang” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código