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

Flutter - "PlatformException(no_fragment_activity, local_auth plugin requires activity to be a FragmentActivity., null)"

Dart syntax - initSate,Build,deactive, Dispose