Registry / other / micro-v3

micro-v3

JSON →
library3.11.51gogounverified

Package micro is a pluggable framework for building microservices in Go.

go get go.unistack.org/micro/v3
INSTALL
IMPORT
SIG · MICRO-V3
M
micro-v3
othergov3.11.51
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.unistack.org/micro/v3

Initialize and run a microservice using the Micro framework.

package main import ( "log" "go.unistack.org/micro/v3" ) func main() { service := micro.NewService() service.Init() if err := service.Run(); err != nil { log.Fatal(err) } }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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