Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.54 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.54 KB

Go Project Template

Continuous Integration GitHub Release Gitter Channel readthedocs Godocs

This is a GitHub Repository Template for Go projects in the Friendly FHIR org!

Make sure to follow this handy guide when using this as a template for new projects. Most of this has been done for you, but there are a few things you should update when starting a new project.

Steps

  • Update the go.mod file with the correct module name
  • Replace main.go with your project's main file or library entry point
  • Replace go-template with your repository's name in links
  • Replace references to go-template with your project name in docs/ and mkdocs.yaml
  • Update the README.md file with the correct project name and description, and remove these docs.