Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Ordinal parameter to uint and return to only string #1

Open
suft opened this issue Jul 22, 2021 · 0 comments · May be fixed by #3
Open

Change Ordinal parameter to uint and return to only string #1

suft opened this issue Jul 22, 2021 · 0 comments · May be fixed by #3
Labels
enhancement New feature or request

Comments

@suft
Copy link
Owner

suft commented Jul 22, 2021

from

func Ordinal(n int) (string, error)

to

func Ordinal(n uint) string
@suft suft added the enhancement New feature or request label Jul 22, 2021
@suft suft linked a pull request Jul 23, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant