Registry / web-framework / micro-go-web

micro-go-web

JSON →
library1.0.0gogounverified

Package web provides web based micro services using the Go Micro framework.

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

web
github.com/micro/go-web

Initialize and run a web microservice.

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
micro-go-web — go get micro-go-web · libregistry