|
You are here |
antonz.org | ||
| | | | |
matttproud.com
|
|
| | | | | 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
|
|
| | | | | No language changes but really nice additions. | |
| | | | |
golangbot.com
|
|
| | | | | 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
|
|
| | | As a first step, we will make a gRPC microservice and pack it into Docker container. | ||