- hello_world.go
- values.go
- variable.go
- constants.go
- for.go
- if-else.go
- switch.go
- arrays.go
- random.go
- slice.go
- maps.go
The programs are in Random folder
- test.go
- Rest.go
- papersize.go
- randomNumberGenrator.go
- divisors.go
- Kafka
- Customer
- Logger
- Config
The programs are in Beginner exercises folder
- Create a program that shows your name.
name.go - Create a program that shows your address.
address.go - Create a program and add a comment with your name.
comment.go - Create a program with multiple string variables.
multiple_strings.go - Create a program that holds your name in a string.
string_name.go
- Add MORE assignment
Note :- Steps to run program
$ go run hello_world.go
OR
$ go build hello_world.go
$ ./hello_world