Skip to content

Timesheet-Development/timesheet

Repository files navigation

timesheet

Keywords

Keywords: break , default , func , interface , select , case , defer , go , map , struct , chan , else , goto , package , switch , const , fallthrough , if , range , type , continue , for , import , return , var, else if .

Data Types:

Number -> Integers: int8, int16, int32 and int64, uint8, uint16, uint32 and uint64 Float: float32 and float64 Complex: complex64 and complex128 rune - same as int32 and byte - same as uint8

int,uint, uintptr

Strings Boolean - false & true

Formatting by golang


d - decimal integer o - octal integer O - octal integer with 0o prefix b - binary integer x - hexadecimal integer lowercase X - hexadecimal integer uppercase f - decimal floating point, lowercase F - decimal floating point, uppercase c - a character represented by the corresponding Unicode code point q - a quoted character t - the word true or false s - a string v - default format T - a Go-syntax representation of the type of the value

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7