Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

segmentio/go-camelcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Achille Roussel
Jul 26, 2016
7085f1e · Jul 26, 2016

History

8 Commits
Jul 20, 2016
Jul 20, 2016
Jul 20, 2016
Mar 21, 2015
Jul 26, 2016

Repository files navigation

go-camelcase

Fast camelcase implementation that avoids Go's regexps. Direct fork of our snakecase implementation.

--

import "github.com/segmentio/go-camelcase"

Convert strings to camelCase

Usage

func Camelcase

func Camelcase(str string) string

Camelcase representation of str.

License

MIT