@@ -3,11 +3,11 @@ package kebabcase_test import ( "fmt" "reflect" "testing" "dmitri.shuralyov.com/kebabcase" "dmitri.shuralyov.com/text/kebabcase" "github.com/shurcooL/graphql/ident" ) func Example_kebabCaseToMixedCaps() { fmt.Println(kebabcase.Parse("client-mutation-id").ToMixedCaps())