Home Search

Golang - search results

If you're not happy with the results, please do another search
GitHub celebrates its tenth birthday

Golang just celebrated its ninth anniversary

0
Saturday was the ninth anniversary of the day when the Go team open-sourced the initial sketch of Golang. On each anniversary they list what...

GoCity: Turn your Golang program into a 3D city

0
A team from Federal University of Minas Gerais (UFMG) created a Code City metaphor for visualizing Golang source code called GoCity. You simply paste...
announcement

Golang plans to add a core implementation of an internal language server protocol

0
Go, the popular programming language is adding an internal language server protocol (LSP). This is expected to bring features like code autocompletion and diagnostics...
Futuristic globalization interface.

This week in Tech news: The Ethical dilemma in Tech; The Tech vs Govt...

0
This week's Tech news was dominated by stories that show how intricately tech (big tech and open source alike), governments, and societies are tied...
announcement

Golang 1.11 is here with modules and experimental WebAssembly port among other updates

0
Golang 1.11 is here with modules and experimental WebAssembly port among other updates The Golang team released Golang 1.11 rc1 two weeks back, and now...
announcement

Golang 1.11 rc1 is here with experimental port for WebAssembly!

0
Golang team released Golang 1.11 rc1 version, earlier this week. The latest release explores features like web assembly (js/wasm ), preliminary support for modules...
Learn how to code faster

Why Golang is the fastest growing language on GitHub

0
Google’s Go language or alternatively Golang is currently one of the fastest growing programming languages in the software industry. Its speed, simplicity, and reliability...
Google reveals Go Cloud

Go Cloud is Google’s bid to establish Golang as the go-to language of cloud

0
Google's Go is one of the fastest growing programming languages on the planet. But Google is now bidding to make it the go-to language...
writing

Writing test functions in Golang [Tutorial]

0
Go is a modern programming language built for the 21st-century application development. Hardware and technology have advanced significantly over the past decade, and most...
container,container ship in import export and business logistic.

How Concurrency and Parallelism works in Golang [Tutorial]

0
Computer and software programs are useful because they do a lot of laborious work very fast and can also do multiple things at once....