# llm.txt - Documentation URL Index
# Generated by DocFetch - List of discovered documentation URLs

[Installing Go](https://go.dev/doc/install)
[Tutorial: Getting started](https://go.dev/doc/tutorial/getting-started.html)
[Tutorial: Create a module](https://go.dev/doc/tutorial/create-module.html)
[Tutorial: Getting started with multi-module workspaces](https://go.dev/doc/tutorial/workspaces.html)
[Tutorial: Developing a RESTful API with Go and Gin](https://go.dev/doc/tutorial/web-service-gin.html)
[Tutorial: Getting started with generics](https://go.dev/doc/tutorial/generics.html)
[Tutorial: Getting started with fuzzing](https://go.dev/doc/tutorial/fuzz.html)
[Writing Web Applications](https://go.dev/doc/articles/wiki/)
[How to write Go code](https://go.dev/doc/code.html)
[Effective Go](https://go.dev/doc/effective_go.html)
[Frequently Asked Questions (FAQ)](https://go.dev/doc/faq)
[Editor plugins and IDEs](https://go.dev/doc/editors.html)
[Diagnostics](https://go.dev/doc/diagnostics.html)
[A Guide to the Go Garbage Collector](https://go.dev/doc/gc-guide)
[Managing dependencies](https://go.dev/doc/modules/managing-dependencies)
[Coverage for Go applications](https://go.dev/doc/build-cover)
[Profile-guided optimization](https://go.dev/doc/pgo)
[Command Documentation](https://go.dev/doc/cmd)
[go.mod file reference](https://go.dev/doc/modules/gomod-ref)
[Contribution Guide](https://go.dev/doc/contribute)
[Release History](https://go.dev/doc/devel/release.html)
[Tutorial: Accessing a relational database](https://go.dev/doc/tutorial/database-access)
[Accessing relational databases](https://go.dev/doc/database/index)
[Opening a database handle](https://go.dev/doc/database/open-handle)
[Executing SQL statements that don't return data](https://go.dev/doc/database/change-data)
[Querying for data](https://go.dev/doc/database/querying)
[Using prepared statements](https://go.dev/doc/database/prepared-statements)
[Executing transactions](https://go.dev/doc/database/execute-transactions)
[Canceling in-progress database operations](https://go.dev/doc/database/cancel-operations)
[Managing connections](https://go.dev/doc/database/manage-connections)
[Avoiding SQL injection risk](https://go.dev/doc/database/sql-injection)
[Developing and publishing modules](https://go.dev/doc/modules/developing)
[Module release and versioning workflow](https://go.dev/doc/modules/release-workflow)
[Managing module source](https://go.dev/doc/modules/managing-source)
[Organizing a Go module](https://go.dev/doc/modules/layout)
[Developing a major version update](https://go.dev/doc/modules/major-version)
[Publishing a module](https://go.dev/doc/modules/publishing)
[Module version numbering](https://go.dev/doc/modules/version-numbers)
[First-Class Functions in Go](https://go.dev/doc/codewalk/functions)
[Generating arbitrary text: a Markov chain algorithm](https://go.dev/doc/codewalk/markov)
[Share Memory by Communicating](https://go.dev/doc/codewalk/sharemem)
[About the Go command](https://go.dev/doc/articles/go_command.html)
[Go Doc Comments](https://go.dev/doc/comment)
[Debugging Go Code with GDB](https://go.dev/doc/gdb)
[Data Race Detector](https://go.dev/doc/articles/race_detector.html)
[A Quick Guide to Go's Assembler](https://go.dev/doc/asm)
