
Selenium WebDriver test automation using Golang
Automating web browser is pretty common and it’s nothing new. Selenium is de facto industry standard and there are libraries for various programming languages with most common being Java and Ruby. What’s less common is writing Selenium automated tests using Golang, so this blog post will be exactly about that.…
Keep readingFyne (Golang) desktop app with goroutines
Golang is really not the best choice when it comes to developing desktop apps, but it is still possible. One example of viable use case for Golang desktop app would be to quickly add graphical interface for existing CLI app. And Fyne is great framework for that purpose. As stated…
Keep readingGo modules and private GIT repositories
Some time ago i stumbled upon an issue that was giving me a headache. I had to download and import private Go module, and as it turns out, that can be little tricky. I’m using SSH keys for authenticating with my repositories, so this solution is applied only for that…
Keep readingLoading…
Something went wrong. Please refresh the page and/or try again.
Get new content delivered directly to your inbox.