-
To build the go program, run the command
go build
-
go-getting-started
executable file would be generated. -
Run the executable, the web service would be hosted in port
3000
of local host. -
Start testing the service using
curl
orPostMan
Postman collection are available.
This repository contains commits for all the following topic.
Declaritive Variable with Primitive Data Type
Working with Pointers
Creating Constants
Using IOTA and Constant Expressions
Arrays
Working with Slices
Map Data Type
Working with Structs
Function
-
Argument and Paramters
-
Returing results
Methods
Interfaces
Looping
Branching
- panics
- if statements
- switches