xxxxxxxxxx
package main
import "fmt"
func main() {
fmt.Println("Hello Nerds!")
}
// Output: Hello Nerds!
xxxxxxxxxx
Gopack CLI is instant package downloader for Go Programming,
if you use Gopack CLI you can download your favorite package library
with very easy, just play the keyboard and select the package you need,
wait a while until your package is installed and Gopack CLI
also supports installing multiple modules at the same time.
npm i gopack-cli -g
xxxxxxxxxx
# install cli database in archlinux
yay -S migrate # migration cli
yay -S sqlc # sqlc cli
xxxxxxxxxx
package main
import (
"fmt"
)
func main() {
fmt.Println(`
Golang is a statically typed language loved
by scientists and researchers, developed by
Google.`)
}