CodeChain-io / CodeChain-io/codechain-sdk-go
Use shorter alias for package names
Open
good first issue
- Dominant language
- Go
- Stars
- 5
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Some package names are too long. (e.g. primitives)
It hurts code readability while importing and using the package that has a long name.
Use alias for long package name like `prims` for `primitives`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.