module
Version:
v0.0.0-...-aaba0a9
Opens a new window with list of versions in this module.
Published: Jan 23, 2022
License: MIT
Opens a new window with license information.
README
¶
Learn Go with Tests
Links
Usage
- Create a new module with
go mod init <mod-name>
- Run the program with
go run <file-name>.go
- Run tests with
go test -v
- Run benchmarks with
go test -bench=.
Directories
¶
Click to show internal directories.
Click to hide internal directories.