oxidecomputer / oxidecomputer/oxide.go
Implement `fmt.Stringer` for custom string types
Open
Nobody has claimed this yet.
Enhancement
Go SDK
- Dominant language
- Go
- Stars
- 26
- Forks
- 6
- Avg merge
- 5h 33m
- Merged PRs (30d)
- 9
Description
This issue has no description.
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 locating the custom string types in the Go SDK and checking whether any existing tests cover their formatting. Determine which types are in scope from the issue title; done means the relevant types implement fmt.Stringer and the test suite verifies their string output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100