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
- Host: GitHub
- URL: https://github.com/genocs/golang-course
- Owner: Genocs
- License: mit
- Created: 2020-12-19T13:44:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-21T10:32:05.000Z (over 5 years ago)
- Last Synced: 2025-02-07T10:52:33.319Z (over 1 year ago)
- Topics: go, golang
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .