Andreas

Results 2 issues of Andreas

```go // main.go package main import ( "micro.dev/v4/service" "micro.dev/v4/service/context/metadata" ) func main() { srv := service.New() srv.Init() // ... } ``` ```go // go.mod module somemodule go 1.20 ``` ```sh...