Programmierung
11. April 2022 von Daniel Annen | Kommentar schreiben
NerdCadamy In this video tutorial we will learn the basics of Go functions: what is the signature of a functions, what are parameters, what are arguments, what is the return list, and what is the body of a function. We will then move along and learn how we can pass in a variable number of […]
Weiterlesen »
Schlagworte
9. April 2022 / 9. April 2022 von Daniel Annen | Kommentar schreiben
NerdCademy (24.01.2022) In this tutorial we will explore a toolkit that allows us to write GUI applications with Go! I recently found the Fyne toolkit when looking at all the awesome things you can do with Go, and this seemed like the one of the better ones. Fyne is cross platform: Windows, Mac, Linux, Raspberry […]