What is gobook
Installing gobook
1.
Basics
1.1.
Variables
1.2.
Arrays
1.3.
Slices
1.4.
For
1.5.
Maps
1.6.
Sets
1.7.
Switch
1.8.
Strings
2.
Functional
2.1.
Basics
2.2.
Blocks
2.3.
Call by Value
2.4.
Closure
3.
Types
3.1.
Basics
3.2.
Interface
3.3.
Structs
3.4.
Type Assertion
3.5.
Type Promotion
4.
General
4.1.
Contexts
5.
Tooling
5.1.
Commands
5.2.
Makefile Example
5.3.
Modules
5.4.
Profiling
6.
Standard Library
6.1.
http client
6.2.
http server
6.3.
io
6.4.
json
6.5.
SQL
6.6.
Time
7.
Algorithms
7.1.
Binary Tree
7.2.
Binary Tree 2
7.3.
Linked List
7.4.
Reverse Int
8.
Libraries
8.1.
MongoDB
8.2.
GoJWT
Palenight (default)
Light
Rust
Coal
Navy
Ayu
gobook
github.com/pkg/profile
Start a cpu profile, save it to working directory
defer profile.Start(profile.CPUProfile, profile.ProfilePath(".")).Stop()