|
Canada-0-FORGINGS Azienda Directories
|
Azienda News:
- The Go Programming Language
Go is an open source programming language that makes it simple to build secure, scalable systems
- A Tour of Go
Hello, 世界 Welcome to a tour of the Go programming language The tour is divided into a list of modules that you can access by clicking on A Tour of Go on the top left of the page You can also view the table of contents at any time by clicking on the menu on the top right of the page Throughout the tour you will find a series of slides and exercises for you to complete You can navigate
- A Tour of Go - The Go Programming Language
Go provides concurrency features as part of the core language This module goes over goroutines and channels, and how they are used to implement different concurrency patterns
- Directory src - The Go Programming Language
mobile — experimental support for Go on mobile platforms net — additional networking packages perf — packages and tools for performance measurement, storage, and analysis pkgsite — home of the pkg go dev website review — a tool for working with Gerrit code reviews sync — additional concurrency primitives
- Command go - The Go Programming Language
Command go Go is a tool for managing Go source code Usage: go <command> [arguments] The commands are: bug start a bug report build compile packages and dependencies clean remove object files and cached files doc show documentation for package or symbol env print Go environment information fix apply fixes suggested by static checkers fmt gofmt (reformat) package sources generate generate Go
- Package http - The Go Programming Language
Duration Go 1 3 DisableKeepAlives, if true, disables HTTP keep-alives and will only use the connection to the server for a single HTTP request This is unrelated to the similarly named TCP keep-alives
- Package filepath - The Go Programming Language
Overview Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths The filepath package uses either forward slashes or backslashes, depending on the operating system To process paths such as URLs that always use forward slashes regardless of the operating system, see the path package
- Google - Go modules services
Go Checksum Database The Go team is providing a global go sum database for authenticating module content Since Go 1 13, the go command by default downloads and authenticates modules using the Go checksum database See sum golang google cn privacy for privacy information about this service and the go command documentation for configuration details including how to disable the use of this
- Command gofmt - The Go Programming Language
Command gofmt Gofmt formats Go programs It uses tabs for indentation and blanks for alignment Alignment assumes that an editor is using a fixed-width font Without an explicit path, it processes the standard input Given a file, it operates on that file; given a directory, it operates on all go files in that directory, recursively
|
|