/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

infinitedigits.co
| | pliutau.com
3.4 parsecs away

Travel
| | Software Engineering Lead with a passion for APIs, Web, Cloud, Microservices, DevOps, Kubernetes etc. Engineering Lead at solsten.io
| | www.integralist.co.uk
4.0 parsecs away

Travel
| | The following code doesn't do what you might expect: package main import "fmt" func main() { var i *impl fmt.Println("i == nil:", i == nil) what(i) } type impl struct{} func (i *impl) do() {} func what(i interface{ do() }) { fmt.Println("i == nil:", i == nil) } If you expected the what function to print i == nil: true, then keep reading... Typed Nils The behavior observed is due to the way interfaces and nil values interact in Go.
| | schadokar.dev
4.0 parsecs away

Travel
| | Convert Hexadecimal to Decimal and Decimal to Hexadecimal
| | www.calltutors.com
16.4 parsecs away

Travel
| Do you want to know, "R Vs Python" comparisons? If yes, I will guide you in this blog a detailed guide and comparisons of both languages.