Skip to content

nickfloyd/go-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go personal kata

Uses the Go (Golang) Codespaces starter template

Play the Kata

  1. Fork the repo / or clone and branch
  2. run go test ./...
  3. Note all the tests are failing
  4. Pick a section under ./src that you want to practice (i.e. basics.go)
  5. Write logic to get the tests to pass
  6. Run the tests for the section you chose until all ✅

Flow

In this example we'll use basics.go as the chosen practice section

  1. Run go test src/basics_test.go src/basics.go
  2. Note that they all fail
  3. Open basics.go and add code to make the tests run ✅

Note: You can also do the following if you want to run individual tests

  1. Run cd src
  2. Run go test -v -run TestIfStatements (ex)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published