go get -u github.com/MrEhbr/strimport "github.com/MrEhbr/str"Transform string to camel case
str.ToCamelCase("foo_bar", true) // FooBarTransform string to snack case
str.ToSnackCase("Foo_bar", false) // foo_bar© 2022 [Alexey Burmistrov]
Licensed under the Apache License, Version 2.0 (LICENSE). See the COPYRIGHT file for more details.
SPDX-License-Identifier: Apache-2.0