1. What is gobook
  2. Installing gobook
  3. 1. Basics
    1. 1.1. Variables
    2. 1.2. Arrays
    3. 1.3. Slices
    4. 1.4. For
    5. 1.5. Maps
    6. 1.6. Sets
    7. 1.7. Switch
    8. 1.8. Strings
  4. 2. Functional
    1. 2.1. Basics
    2. 2.2. Blocks
    3. 2.3. Call by Value
    4. 2.4. Closure
  5. 3. Types
    1. 3.1. Basics
    2. 3.2. Interface
    3. 3.3. Structs
    4. 3.4. Type Assertion
    5. 3.5. Type Promotion
  6. 4. General
    1. 4.1. Contexts
  7. 5. Tooling
    1. 5.1. Commands
    2. 5.2. Makefile Example
    3. 5.3. Modules
    4. 5.4. Profiling
  8. 6. Standard Library
    1. 6.1. http client
    2. 6.2. http server
    3. 6.3. io
    4. 6.4. json
    5. 6.5. SQL
    6. 6.6. Time
  9. 7. Algorithms
    1. 7.1. Binary Tree
    2. 7.2. Binary Tree 2
    3. 7.3. Linked List
    4. 7.4. Reverse Int
  10. 8. Libraries
    1. 8.1. MongoDB
    2. 8.2. GoJWT

gobook

Algorithms