1- # Go Ultimate Handbook
1+ # Go Interview Handbook
22
33A visual, example-driven reference for the Go programming language.
44
@@ -11,28 +11,28 @@ Clone the repo and open `index.html` in your browser. No build step, no dependen
1111## What's covered
1212
1313** Language**
14- - [ Basics] ( https://sakydev.github.io/go-ultimate -handbook/basics.html )
15- - [ Data Structures] ( https://sakydev.github.io/go-ultimate -handbook/data-structures.html )
16- - [ Concurrency] ( https://sakydev.github.io/go-ultimate -handbook/concurrency.html )
17- - [ Testing] ( https://sakydev.github.io/go-ultimate -handbook/testing.html )
18- - [ Reflection] ( https://sakydev.github.io/go-ultimate -handbook/reflection.html )
19- - [ File & Data] ( https://sakydev.github.io/go-ultimate -handbook/file-data.html )
20- - [ Web] ( https://sakydev.github.io/go-ultimate -handbook/web.html )
21- - [ Packages & Modules] ( https://sakydev.github.io/go-ultimate -handbook/packages-modules.html )
22- - [ Performance] ( https://sakydev.github.io/go-ultimate -handbook/performance.html )
14+ - [ Basics] ( https://sakydev.github.io/go-interview -handbook/basics.html )
15+ - [ Data Structures] ( https://sakydev.github.io/go-interview -handbook/data-structures.html )
16+ - [ Concurrency] ( https://sakydev.github.io/go-interview -handbook/concurrency.html )
17+ - [ Testing] ( https://sakydev.github.io/go-interview -handbook/testing.html )
18+ - [ Reflection] ( https://sakydev.github.io/go-interview -handbook/reflection.html )
19+ - [ File & Data] ( https://sakydev.github.io/go-interview -handbook/file-data.html )
20+ - [ Web] ( https://sakydev.github.io/go-interview -handbook/web.html )
21+ - [ Packages & Modules] ( https://sakydev.github.io/go-interview -handbook/packages-modules.html )
22+ - [ Performance] ( https://sakydev.github.io/go-interview -handbook/performance.html )
2323
2424** Standard Library**
25- - [ time] ( https://sakydev.github.io/go-ultimate -handbook/time-package-guide.html )
26- - [ strings] ( https://sakydev.github.io/go-ultimate -handbook/strings-package-guide.html )
27- - [ fmt] ( https://sakydev.github.io/go-ultimate -handbook/fmt-package-guide.html )
28- - [ errors] ( https://sakydev.github.io/go-ultimate -handbook/errors-package-guide.html )
29- - [ sort] ( https://sakydev.github.io/go-ultimate -handbook/sort-package-guide.html )
30- - [ math] ( https://sakydev.github.io/go-ultimate -handbook/math-package-guide.html )
31- - [ os] ( https://sakydev.github.io/go-ultimate -handbook/os-package-guide.html )
32- - [ strconv] ( https://sakydev.github.io/go-ultimate -handbook/strconv-package-guide.html )
33- - [ context] ( https://sakydev.github.io/go-ultimate -handbook/context-package-guide.html )
34- - [ io] ( https://sakydev.github.io/go-ultimate -handbook/io-package-guide.html )
35- - [ slices] ( https://sakydev.github.io/go-ultimate -handbook/slices-package-guide.html )
25+ - [ time] ( https://sakydev.github.io/go-interview -handbook/time-package-guide.html )
26+ - [ strings] ( https://sakydev.github.io/go-interview -handbook/strings-package-guide.html )
27+ - [ fmt] ( https://sakydev.github.io/go-interview -handbook/fmt-package-guide.html )
28+ - [ errors] ( https://sakydev.github.io/go-interview -handbook/errors-package-guide.html )
29+ - [ sort] ( https://sakydev.github.io/go-interview -handbook/sort-package-guide.html )
30+ - [ math] ( https://sakydev.github.io/go-interview -handbook/math-package-guide.html )
31+ - [ os] ( https://sakydev.github.io/go-interview -handbook/os-package-guide.html )
32+ - [ strconv] ( https://sakydev.github.io/go-interview -handbook/strconv-package-guide.html )
33+ - [ context] ( https://sakydev.github.io/go-interview -handbook/context-package-guide.html )
34+ - [ io] ( https://sakydev.github.io/go-interview -handbook/io-package-guide.html )
35+ - [ slices] ( https://sakydev.github.io/go-interview -handbook/slices-package-guide.html )
3636
3737## Contributing
3838
0 commit comments