Skip to content

Commit cbada5a

Browse files
sakydevclaude
andcommitted
docs: rename go-ultimate-handbook to go-interview-handbook
- Update README heading and all GitHub Pages URLs - Update index.html page title Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1294981 commit cbada5a

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Go Ultimate Handbook
1+
# Go Interview Handbook
22

33
A 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

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Go Ultimate Handbook — Saqib Razzaq</title>
6+
<title>Go Interview Handbook — Saqib Razzaq</title>
77
<style>
88
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
99

0 commit comments

Comments
 (0)