guilhermeytalo / 100-days-with-go

Learning go with test

Home Page:https://quii.gitbook.io/learn-go-with-tests/go-fundamentals/hello-world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

100 days with go(or just learning to find a job)

The porpose of the project is learning go with tests and try to find a job or not i don't know

  • Hello World
    • How it works
    • How to test
    • Go modules?
    • Back to Testing
    • Writing tests
    • Go doc
    • Hello, YOU
    • Back to source control
    • Discipline
    • Keep going! More requirements
    • French
    • Switch
    • one...last...refactor?
    • Wrapping up
    • Some of Go's syntax around
    • The TDD process and why the steps are important
    • Integers
      • Write the test first
      • Try and run the test
      • Write the minimal amount of code for the test to run and check the failing test output
      • Write enough code to make it pass
      • Refactor
      • Examples
      • Wrapping up

About

Learning go with test

https://quii.gitbook.io/learn-go-with-tests/go-fundamentals/hello-world


Languages

Language:Go 100.0%