package
0.0.0-20211127175118-db3ee8db598d
Repository: https://github.com/saraginov/learn-go.git
Documentation: pkg.go.dev
# README
Values
Go has various value types including strings, integers, floats, booleans, etc.
Strings can be "added"/concatenated with +
.
Integers and floats, booleans as well work as you would expect.