mirror of
https://github.com/nspcc-dev/locode-db.git
synced 2026-03-04 04:28:51 +00:00
Drop useless types from exported package #21
Labels
No labels
I2
I3
I4
S2
S3
S4
U2
U4
blocked
bug
bug
bug
enhancement
enhancement
feature
go
go
good first issue
help wanted
help wanted
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/locode-db#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roman-khimov on GitHub (Aug 27, 2024).
Originally assigned to: @End-rey on GitHub.
Is your feature request related to a problem? Please describe.
I'm always frustrated when I look at https://pkg.go.dev/github.com/nspcc-dev/locode-db@v0.6.0/pkg/locodedb, some types are absolutely useless there:
Primarily we're using
RecordandGet(). It has aPointand aContinentinside. That's it.Describe the solution you'd like
Drop excessive types.
Describe alternatives you've considered
Keeping as is, confusing to users of this library.