golang-gettingstarted

command module
v0.0.0-...-e4a8eda Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 30, 2020 License: MIT Imports: 4 Imported by: 0

README

golang-gettingstarted

Started using Go, mainly following these tutorials below:

Key Concepts Learned

Modules
  • defining a module
  • importing remote modules
Packages
  • defining a package
  • importing packages from remote modules and using them in .go scripts
Functions
  • function definition (parameters, return value)
  • documenting functions
  • making functions available for exporting in a package
Testing
Common Command Line
  • running scripts: go run script.go
  • running tests: go test
  • building packages: go build helper.go
  • creating a module: go mod init module.com/path/name
  • installing a program: go install

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package morestrings implements additional functions to manipulate UTF-8 encoded strings, beyond what is provided in the standard "strings" package.
Package morestrings implements additional functions to manipulate UTF-8 encoded strings, beyond what is provided in the standard "strings" package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL