build: golang.org/x/build/cmd/scaleway Files | Directories

Packages imported by main

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/hmacPackage hmac implements the Keyed-Hash Message Authentication Code (HMAC) as defined in U.S.
crypto/md5Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
encoding/jsonPackage json implements encoding and decoding of JSON objects as defined in RFC 4627.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/​O with functions analogous to C's printf and scanf.
io/ioutilPackage ioutil implements some I/​O utility functions.
logPackage log implements a simple logging package.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.