Any #golangdev out there have suggestions for a terminal UI library? Have been using promptui on a project and it’s fine, but unmaintained for several years. Ideally looking for something with autocomplete support but it’s not a hard req
Working on my first Kubernetes operator and oh boy , why I haven’t moved to Go at least 5 years earlier ?! #golangdev
¿Quieres refactorizar los else if de tu código? Pues te enseño una manera de hacerlo en este vídeo
https://youtube.com/shorts/haUZgAkLB1w?feature=share
Si te gusta, ¡comparte!
#golang #golangdev #software #softwaredevelopment #golangtutorial
#golang #golangdev #software #softwaredevelopment #golangtutorial
1. #GolangChallenge series
Can you tell the output without compiling the code?
#golang #goprogramming #godev #golangtips #GolangTutorial #golangdev #gophers
- Those who have seen the rustlang version, please ignore it 🙏😂
#golangchallenge #golang #goprogramming #godev #golangtips #golangtutorial #golangdev #gophers
ok #golang / #golangdev newbie time.
What is the right way to set the *string types value of stuff.Thing in this: https://go.dev/play/p/4ReG0f--v6N
To deal with an issue with null values in the json -> struct -> form -> db flow, I had to shift the fields in my structs to be pointers... and now I can't work out how to easily add values to them?