Explore >> Select a destination


You are here

schadokar.dev
| | lukasrotermund.de
3.5 parsecs away

Travel
| | I/O operations are among the most commonly used tasks in Go. Let's take a look together at the implementation in the Go standard library.
| | www.alexedwards.net
1.7 parsecs away

Travel
| |
| | masnun.com
2.4 parsecs away

Travel
| | In Go or Golang, declaring an interface is pretty simple and easy. type Printer interface { Print(string) } We just defined an interface named Printerthat required an implementer to have a method named Printwhich takes a stringparameter and returns nothing. Interfaces are implemented implicitly in Go. Any type that has the Print(string)method implements the interface. [...]
| | preslav.me
20.7 parsecs away

Travel
| I am a software engineer with a decade-long experience developing software in Python, Go, and Java.