Categorygithub.com/mivalov/go-intro
repository
0.0.0-20240929152934-539621ac897a
Repository: https://github.com/mivalov/go-intro.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Go Introduction

This project is inspired by the book "An Introduction to Programming in GO" by Caleb Doxsey.

Docker Environment

Prerequisites

  • Docker Engine
  • Docker Compose

Setup

make up

Create a Go Module

Tutorial: Create a Go Module

docker exec -it go-intro bash
go mod init example.com/project/name

Useful Links