Registry / web-framework / micro-go-micro

micro-go-micro

JSON →
library1.18.0gogounverified

A pluggable framework for building microservices in Go.

go get github.com/micro/go-micro
INSTALL
IMPORT
SIG · MICRO-GO-MICRO
M
micro-go-micro
web-frameworkgov1.18.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
github.com/micro/go-micro

Creates and runs a microservice.

package main import ( "github.com/micro/go-micro" ) func main() { service := micro.NewService( micro.Name("my-service"), ) service.Init() service.Run() }
Debug
Known issues
breakingGo Micro v1 is deprecated; consider upgrading to v2 or v3.
fix
Update to github.com/micro/go-micro/v2 or later.
affects: >=1.0.0 <2.0.0
Upgrade
Version history
1.18.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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