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

asim-go-micro-v3

JSON →
library3.7.1gogounverified

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

go get github.com/asim/go-micro/v3
INSTALL
IMPORT
SIG · ASIM-GO-MICRO-V3
A
asim-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/asim/go-micro/v3

Create and run a basic microservice.

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
asim-go-micro-v3 — go get asim-go-micro-v3 · libregistry