go

Installation
SKILL.md

Go

This is a guide for how to develop applications and modules/libraries in Go.

Some of it is only applicable for applications, not modules used as libraries in other projects, such as database access and running a server.

Application structure

Generally, I build web applications and libraries/modules.

These are the packages typically present in applications (some may be missing, which typically means I don't need them in the project).

Installs
40
Repository
maragudk/skills
GitHub Stars
46
First Seen
Jan 24, 2026
go — maragudk/skills