If you are beginning your journey with Senzing, please start with Senzing Quick Start guides.
You are in the Senzing Garage where projects are "tinkered" on. Although this GitHub repository may help you understand an approach to using Senzing, it's not considered to be "production ready" and is not considered to be part of the Senzing product. Heck, it may not even be appropriate for your application of Senzing!
At the moment, this is "work-in-progress" with Semantic Versions of 0.n.x
.
Although it can be reviewed and commented on,
the recommendation is not to use it yet.
The template-go repository serves as a starting point for new repositories hosting Go code. It also shows best practices that can be retro-fitted into existing repositories hosting Go code.
Aspects of the template-go repository:
- Badges: Example badges can be seen above.
- Makefile: Simplifies development lifecycle commands.
- Sample code:
main.go
andexamplepackage
code examples. - Sample test cases:
*_test.go
files showing how to write and document test cases. - Sample documentation: Documentation style conducive to the Go Package library.
- Dockerfile: Containerizing the Go program.
- RPM/DEB builds: Using
package.Dockerfile
to buildRPM
andDEB
files for installation. - .github/workflows: GitActions tailored to Go programming.
- .github/dependabot.yml Specifications for keeping Go dependencies up-to-date.
See main.go for an example of use.
- API documentation
- Development
- Errors
- Examples
- Package reference
- Related artifacts: