Go - add package "go.mod "and "go.sum"

add inside self-define packages by name your app:

$go mod init project-name


add outside package

$go get github.com/360EntSecGroup-Skylar/excelize


Comments

Popular posts from this blog

Go-VSCode -Autocomplete and Auto-import

Go - mail