Registry / web-framework / micro-go-micro-v3

micro-go-micro-v3

JSON →
library3.7.1gogounverified

A microservices framework for Go providing service discovery, RPC, and message brokering.

go get github.com/micro/go-micro/v3
INSTALL
IMPORT
SIG · MICRO-GO-MICRO-V3
M
micro-go-micro-v3
web-frameworkgov3.7.1
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
github.com/micro/go-micro/v3

Initializes and runs a microservice

package main import ( "github.com/micro/go-micro/v3" ) func main() { service := micro.NewService() service.Init() service.Run() }
Debug
Known issues
breakingGo Micro v3 has breaking API changes from v2; ensure compatibility.
fix
Use v3 imports and follow v3 documentation.
affects: >=3.0.0
Upgrade
Version history
3.7.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
micro-go-micro-v3 — go get micro-go-micro-v3 · libregistry