Skip to content
  • Community
    • Community
    • Vivaldi Social
    • Blogs
  • Forum
    • Vivaldi Forum
    • Categories
    • Recent
    • Popular
  • Themes
    • Vivaldi Themes
    • Upload
    • FAQ
  • Contribute
    • Contribute
    • Volunteer
    • Donate
  • Browser
    • Vivaldi Browser
    • Latest News
    • Snapshots
    • Help
Register Log in

Christian's Blog

Category: Golang

Go is not suitable for desktop GUI apps

2024-12-282025-01-05 — Posted inC++, Golang, GTK, Software, Software Development — 3 min read

I’ve started playing around with Go to list files and do some file actions. It worked great; the code was done quickly, but it only had a console output. That’s when I started looking at GUI toolkits to create a file manager-like UI. I […]

Read more

Print runtime dependencies in Golang

2023-09-192025-01-05 — Posted inGolang, Software, Software Development, Technology — 1 min read

Getting a list of dependencies in Go is easy, but third-party libs have their dependencies, and it might not be obvious which ones get into the binary. Go does provide a way by using runtmime.debug.ReadBuildInfo().Deps. Just add this to your application and it will […]

Read more
Powered by Vivaldi Privacy Policy | Code of conduct | Terms of use | Help | About