Course: Learning GO

A collection of go basic fundamentals, syntax and concepts.

Table of contents

Lesson: Numbers

Numbers

id := 4
price := 45.4

priceAsInt := int(price)
idAsFloat := float32(id)

SHTB

Building digital experiences and sharing knowledge through code and creativity.

Sign up for our newsletter

Stay up to date with the latest news and articles.

© 2025 Shahryar Tayeb. All rights reserved.