Skip to content

carlosm00/go-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-starter

This is a simple repo for learning Golang through different beginner-level projects.

Mini project collection

The current set of projects collected are the following:

  • Simple "Hello, World!" for setting up the basic stones.
  • Simple web server that replies with test for getting into simple packages.

Requisites

For replicating this repo functionality, you'll need at least Docker installed and working, as we will be using Dockerfiles for generating an image per mini project.

Interesting links:

(Optional second way)

If you have an environment set up for building and running Go code, you can simply take the code pieces from this repo and play with them.

Hands-on practice

For working through each example and section, fork this repository on your space or simply git clone this one. On each mini-.project directory you will find a particular README file that will provide all the info for the project, code and how to run it.

Contributing

Please, feel free to open an issue for any concern or question. For suggestions, feel free to open a PR following these rules:

  • Fork the repo to your own space, where you can create as many branchs as needed (one per PR/issue/suggestion to address).
  • Once pushed your commits to your branch, an automatic message will tell you how to open a Pull Request to this repo's main branch.