generated from friendly-fhir/go-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace template placeholders with project info
As described; the `go-template` was replaced with some basic placeholders for actual project information. This is not a complete implementation.
- Loading branch information
1 parent
2f8d65a
commit e9b8095
Showing
9 changed files
with
18 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,20 @@ | ||
# Go Project Template | ||
|
||
![Continuous Integration](https://img.shields.io/github/actions/workflow/status/friendly-fhir/go-template/.github%2Fworkflows%2Fpostsubmit.yaml?logo=github) | ||
[![GitHub Release](https://img.shields.io/github/v/release/friendly-fhir/go-template?include_prereleases)][github-releases] | ||
![Continuous Integration](https://img.shields.io/github/actions/workflow/status/friendly-fhir/go-fhirpath/.github%2Fworkflows%2Fpostsubmit.yaml?logo=github) | ||
[![GitHub Release](https://img.shields.io/github/v/release/friendly-fhir/go-fhirpath?include_prereleases)][github-releases] | ||
[![Gitter Channel](https://img.shields.io/badge/matrix-%23friendly--fhir-darkcyan?logo=gitter)][gitter-channel] | ||
[![readthedocs](https://img.shields.io/badge/docs-readthedocs-blue?logo=readthedocs&logoColor=white)][docs] | ||
[![Godocs](https://img.shields.io/badge/docs-godocs-blue?logo=go&logoColor=white)][go-docs] | ||
|
||
This is a GitHub Repository Template for Go projects in the Friendly FHIR org! | ||
An implementation of the [FHIRPath] query language in Go. | ||
|
||
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. | ||
This is made with the [go-fhir] library. | ||
|
||
[gitter-channel]: https://matrix.to/#/#go-template:gitter.im | ||
[docs]: https://friendly-fhir.github.io/go-template/ | ||
[go-docs]: https://pkg.go.dev/github.com/friendly-fhir/go-template | ||
[github-releases]: https://github.com/friendly-fhir/go-template/releases | ||
[FHIRPath]: https://www.hl7.org/fhirpath/ | ||
[go-fhir]: https://github.com/friendly-fhir/go-fhir | ||
|
||
## Steps | ||
[gitter-channel]: https://matrix.to/#/#go-fhirpath:gitter.im | ||
[docs]: https://friendly-fhir.github.io/go-fhirpath/ | ||
[go-docs]: https://pkg.go.dev/github.com/friendly-fhir/go-fhirpath | ||
[github-releases]: https://github.com/friendly-fhir/go-fhirpath/releases | ||
|
||
* [ ] 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Go Template | ||
# FHIRPath Go | ||
|
||
> **NOTE:** This is the default docs for the Go Template. | ||
> **NOTE:** This is the default docs for the FHIRPath Go. | ||
> Replace this with your own documentation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module github.com/friendly-fhir/go-template | ||
module github.com/friendly-fhir/go-fhirpath | ||
|
||
go 1.22.3 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters