Camel Case

ThisIsCamelCase, butThisIsAlsoCammelCase.

In most languages templates, classes or modules use upper case and instances use lower case.

In Go, upper case just means public stuff and lower case is private.

See also Kebab Case and Snake Case.