/go-basic-example

Golang basics commands, functions, etc.

Primary LanguageGo

go-basic-example

Golang basics commands, functions, etc.

Prerequisites

Preparing the environment

    The following technologies are critical for running/compiling application sources:

  • Access the application directory from the terminal and execute:

    go get -u github.com/gorilla/mux

Running the application

Basic Go Commands

go run .\basics-go\main.go

REST web service

go run .\rest\main.go