Skip to content
/ moe Public

An ultra-lightweight, dependency-free api development framework written in go

License

Notifications You must be signed in to change notification settings

luooooob/moe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moe

GoDoc Go Report Card Code Size Lisense Build Status

An ultra-lightweight, dependency-free api development framework written in Go

中文文档

to be continue

Install

Getting start

	err := http.ListenAndServe(addr, m)
	if err != nil {
		panic(err)
    }

Contributing

License

MIT

About

An ultra-lightweight, dependency-free api development framework written in go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages