Files
thpeetz-notes/Quellen/Go.md
T

6.4 KiB

tags
tags
IT/Development/Go

Verwendung

Installation

wget https://go.dev/dl/go1.22.3.linux-amd64.tar.gz
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.22.2.linux-amd64.tar.gz

Go by Example

Articles

GitHub

Build

Dockerfile

Frameworks

Echo

Fiber

Gin

Bun