golang-for-devops

module
v0.0.0-...-1e1f713 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2023 License: MIT

README

Golang training

This training is based on the Udemy course Golang for DevOps and Cloud Engineers.

The course material is available at on Udemy.

Sample commands

Building binaries for different OS and architectures.

GOOS=linux GOARCH=amd64 go build -o assignement2-linux-amd64 cmd/assignment2/*.go
GOOS=linux GOARCH=arm64 go build -o assignement2-linux-arm64 cmd/assignment2/*.go
GOOS=darwin GOARCH=amd64 go build -o assignement2-darwin-amd64 cmd/assignment2/*.go
GOOS=darwin GOARCH=arm64 go build -o assignement2-darwin-arm64 cmd/assignment2/*.go

Directories

Path Synopsis
cmd
pkg
api

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL