RSSAmplifier

Freshman — Articles and Tutorials on Software Development · May 21, 2020

How to work with Data Types in Go

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Go is a statically typed programming language which means that every value in Go is of a particular type and these types must be known at compile time so that the compiler can ensure that the program is working with the values in a safe way. This article will consider the most important built-in types in the language that you need to be aware of.

Read on freshman.tech

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.