Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 659 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 659 Bytes

Go Templates Repository

Goal

What it is

As a Developer, one might want to bootstrap various types of application and/or project structures based upon different needs.

What its not

This will NOT be a 'One-Fit-All'-Solution.

Templates within this repository may be more like a base structure to start-off.

How to use this repository

One may follow the official documentation: Experimenting with project templates.

Otherwise:

  • Install gonew: go install golang.org/x/tools/cmd/gonew@latest
  • Use a template: gonew github.com/eitco/go-templates/simple-server example.com/simple-server

Whats inside

TBD