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.
- 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 indocs/
andmkdocs.yaml
- Update the
README.md
file with the correct project name and description, and remove these docs.