hashicorp / hashicorp/consul-template
Add support for go modules to config, manager packages
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 4.8k
- Forks
- 801
- Avg merge
- 4h 5m
- Merged PRs (30d)
- 6
Description
In order to better use Consul Templates packages as libraries in other tools/systems, it would be beneficial to create modules for at least config and manager packages. This would allow a stable reference point to build on for parsing template configurations and launching one or more manager.Runner instances.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the linked config and manager package trees, then read manager/runner.go to understand the package entry point and dependencies. Determine suitable Go module boundaries for these packages; done means they can be referenced as stable modules by other tools.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system, developer-experience
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100