MCPcopy Index your code
hub / github.com/adhocteam/GolangAppSkeleton

github.com/adhocteam/GolangAppSkeleton @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
8 symbols 15 edges 1 files 0 documented · 0% updated 5y ago★ 871 open issues

Browse by type

Functions 7 Types & classes 1
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Golang App Skeleton

This is a skeleton for a golang web application optimized for simplicity and rapid development.

Prerequisites

  • Go 1.15 or greater
  • Optionally, modd for live reload

How To Use

  • Fork this repository
  • Change the package name in go.mod to reflect your own repository
  • run modd
    • if you chose not to install modd, build the app with go build -o your_program_name
  • modify code to see the results

Environment Variables

  • PORT: the port for the app to listen on. Defaults to 8080
  • STATIC_BASE: the base URL for static assets. Defaults to /static

Core symbols most depended-on inside this repo

Shape

Function 5
Method 2
Struct 1

Languages

Go100%

Modules by API surface

main.go8 symbols

For agents

$ claude mcp add GolangAppSkeleton \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page