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

Singular("Calories") returns "Calory" #23

Open
mpyw opened this issue Jan 13, 2023 · 1 comment
Open

Singular("Calories") returns "Calory" #23

mpyw opened this issue Jan 13, 2023 · 1 comment
Assignees

Comments

@mpyw
Copy link

mpyw commented Jan 13, 2023

Reproducible Example

package main

import (
	"fmt"

	"github.com/jinzhu/inflection"
)

func main() {
	// outputs "Calory"
	fmt.Println("Calories", inflection.Singular("Calories"))
}

https://go.dev/play/p/1zHMwo_Hb2t

Description

@mpyw
Copy link
Author

mpyw commented Jan 13, 2023

@kyleconroy Related to sqlc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants