repository
0.0.0-20231205155412-6dbc0e482e44
Repository: https://github.com/eulenwald/learngolang.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
learnGoLang
Learn GoLang used Udemy
- Repository in Github erstellen
- Runterladen bzw. Clonen -> git clone https://github.com/Eulenwald/learnGoLang.git
- Uploaden ->git push origin main // upload
- Download der Änderungen ->git pull origin main // download
Struktur
projektverzeichnis/ cmd/ main1/ main.go main2/ main.go internal/ auth/ auth.go auth-test.go hash/ hash.go hash-test.go packageXYZ/ packageXYZ.go go.mod