learn-go-tdd

module
v0.0.0-...-aaba0a9 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2022 License: MIT

README

Learn Go with Tests

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

Path Synopsis
16
svg
17
cmd
app

Jump to

Keyboard shortcuts

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