An open API service indexing awesome lists of open source software.

https://github.com/genocs/golang-course

This repo contains code coming from golang course
https://github.com/genocs/golang-course

go golang

Last synced: 11 months ago
JSON representation

This repo contains code coming from golang course

Awesome Lists containing this project

README

          

# golang-course
This repo contains golang source code useful for an introduction course

----

## How init a golang module
go mod init genocs.com/mainmodule

## How to update pckages
go get .