🦴 Non-intrusive Go micro-service framework to combine modules organically, base on go-kit.
$ go get -u github.com/mingslife/bone
package main
import "github.com/mingslife/bone"
func main() {
options := bone.DefaultApplicationOptions()
application := bone.NewApplication(options)
// application.Use(...components)
application.Run() // Listen on 127.0.0.1:8080
}
© 2022 Ming
Released under the MIT License