Registry / web-framework / gotomicro-ego

gotomicro-ego

JSON →
library1.2.7gogounverified

A Go microservice framework that provides components for building distributed systems, including RPC, configuration, and logging.

go get github.com/gotomicro/ego
INSTALL
IMPORT
SIG · GOTOMICRO-EGO
G
gotomicro-ego
web-frameworkgov1.2.7
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.

ego
github.com/gotomicro/ego

Starts an Ego application with a simple startup function.

package main import ( "github.com/gotomicro/ego" "github.com/gotomicro/ego/core/elog" ) func main() { app := ego.New() app.Start(func() error { elog.Info("server started") return nil }) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
gotomicro-ego — go get gotomicro-ego · libregistry