Login
Discover
Waves
Decks
Upgrade
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Controversial
Rising
Promoted
learngo
technological
programming
Friday, May 25, 2018 4:00 PM
'If' Statement In 'Go'(Learn 'Go' - Part 12)
The 'If' statement is used to check a certain condition within a function. We can create a simple program to see 'if' in action. package main import "fmt" func main(){ x := 1 for i <=
$ 0.000
3
1
technological
programming
Friday, May 25, 2018 3:50 PM
For Loop In 'Go'(Learn 'Go' - Part 11)
In Go, we use the 'For' statement to repeat a block of statements multiple times. Unlike other languages, Go has just one type of loop, i.e., 'for' and we can use it in a variety of ways. For Instance,
$ 0.000
0
technological
programming
Tuesday, May 22, 2018 4:45 PM
Multiple Variables In 'Go'(Learn 'Go' - Part10)
You can define multiple variables in Go very quickly. var ( a = 10 b = 20 c = 30 ) Previous Posts In The Series Introduction To 'Go' Programming Language(Learn 'Go' - Part 1) 25 Basic Keywords
$ 0.000
2
technological
programming
Tuesday, May 22, 2018 4:10 PM
Constants In 'Go'(Learn 'Go' - Part 9)
Just like variables, constants also have specific storage locations but their value remains fixed. We use 'const' keyword to create a constant. Constants are useful for the common values you would like
$ 0.000
1
bemier
Worldmappin
Monday, August 11, 2025 5:51 PM
Promoted
From All Over Türkiye 42: Şanlıurfa Archaeological Museum (En-Tr)
Şanlıurfa Archaeology Museum
Exploring Şanlıurfa Archaeology Museum: home to the world’s oldest statue, a Göbeklitepe replica, and artefacts spanning over 10,000 years.
$ 6.004
117
3
3
technological
programming
Tuesday, May 22, 2018 3:56 PM
Variables In 'Go'(Learn 'Go' - Part 8)
Variables allow you to build useful programs, you cannot do much with the basic types. They are specific storage locations with a name and a specific type. For instance, package main import "fmt"
$ 0.000
0
technological
programming
Monday, May 21, 2018 6:35 PM
Numbers In 'Go'(Learn 'Go' - Part 7)
In Go, there are several types to represent numbers. For Integers, we have int8 int16 int32 int64 uint8 uint16 uint32 uint64 'uint' means unsigned integers and 8,16,32,64 represent how many bits each
$ 0.000
0
technological
programming
Monday, May 21, 2018 5:37 PM
Booleans In 'Go'(Learn 'Go' - Part 6)
Another type is 'Booleans'. Boolean values are used to represent true and false or on and off. There are three logical operators used to represent the Boolean values, && for 'and' || for 'or'
$ 0.000
0
technological
programming
Monday, May 21, 2018 5:19 PM
Strings In 'Go'(Learn 'Go' - Part 5)
There are many data types that you will be using while programming in Go like Strings, Numbers, Booleans and more. Let's begin with the "Strings". Strings is a sequence of characters that
$ 0.000
0
muhammadhalim
Black And White
Monday, August 11, 2025 10:16 AM
Promoted
Games That Shouldn’t Die: Let’s Play Like We Used To / Monomad Challenge [Eng/Esp]
Hello friends, how are you doing? Today I hadn't planned on going out, but my dad called me early to say he wanted to see me and spend some time with me, have a drink, and enjoy some family time. We don't
$ 1.706
84
7
2
technological
programming
Monday, May 21, 2018 7:51 AM
Create Your First Program In Go Language (Learn 'Go' - Part 4)
Now that you have set up the working environment on your system, let's create the first program in Go. Open up your workspace folder and create another folder within the 'src' folder. For Instance,
$ 0.228
1
technological
programming
Sunday, May 20, 2018 3:25 PM
How To Set The Go Programming Environment On Your System?(Learn 'Go' - Part 3)
The process to install 'Go' on your system is straightforward and easy. You will need the basic knowledge of the Terminal. Don't worry! The steps are easy to follow. Steps To Install 'Go' On A Windows
$ 0.000
1
technological
programming
Sunday, May 20, 2018 10:32 AM
25 Basic Keywords Of The Go Programming Language (Learn 'Go' - Part 2)
The 'Go' programming language is considered simple to learn as compared to other programming languages like C. C has more than 70 basic keywords, whereas 'Go' has 25 keywords. It has been designed to be
$ 0.000
1
technological
programming
Saturday, May 19, 2018 1:25 PM
Introduction to 'Go' Programming Language - Part 1(Learn 'Go')
If you want to know why you should learn the 'Go' programming language, you can read my post. Why Should You Learn The 'Go' Programming Language The 'Go' programming language is designed to be easily
$ 0.000
1
Top communities
Create decentralized community