Explore >> Select a destination


You are here

antonz.org
| | matttproud.com
13.8 parsecs away

Travel
| | I would like to propose a set of neologisms for the Go Programming Language based on emergent language use: context awareness: noun, the state of an API being cognizant of and respecting the semantics of the context API. Example: Function f has context awareness. context-aware or1 context aware: phrasal adjective, whether an API has context awareness. Examples: The API consumes a context-aware function value like function f. Function f is context aware.
| | mariocarrion.com
10.6 parsecs away

Travel
| | No language changes but really nice additions.
| | golangbot.com
14.2 parsecs away

Travel
| | The simplest way to create a custom error in Go is using the New function from the errors package. Errors can also be represented by struct types implementing the error interface.
| | ekhabarov.com
84.0 parsecs away

Travel
| As a first step, we will make a gRPC microservice and pack it into Docker container.