Registry / web-framework / v4
library4.11.0gogounverified

Go Micro is a pluggable framework for building microservices in Go.

go get go-micro.dev/v4
INSTALL
IMPORT
SIG · V4
V
v4
web-frameworkgov4.11.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

micro
✓ go-micro.dev/v4

Create and run a basic microservice

package main import ( "go-micro.dev/v4" ) func main() { service := micro.NewService( micro.Name("helloworld"), ) service.Init() service.Run() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.11.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources