Categorygithub.com/rafanate20/golang_basics
module
0.0.0-20241215150346-e271d99a7f32
Repository: https://github.com/rafanate20/golang_basics.git
Documentation: pkg.go.dev

# README

Basic Course to start a Go App with Docker.

Firstable clone the repository from github.

From Docker: to run directly on a Docker container exec follow this steps:

# make docker-build
# make docker-run

To see output, check container logs. For more commads check the makefile and /docs.

From local: To Run locally (needs a GoLang installation):

If you want to run this project without docker:

  1. Install latest Golang version from here.
  2. Execute this on terminal
# go mod init
# go mod tidy
# make run

# Packages

No description provided by the author