Skip to content
/ go-rest Public

A simple REST server/ORM in Go (WIP, not useable yet).

Notifications You must be signed in to change notification settings

jgoney/go-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-rest

A simple REST server in Go. This is a personal project/proof-of-concept that was started just to explore Go in more detail. It's not even remotely close to being production ready, though you're free to play with it if you'd like. Pull requests are welcome as well.

Of interest here is the orm package, which is a rudimentary implementation of Django's built-in ORM. Again, it's not production ready by a long shot, but it's interesting if you'd like to see examples of how reflection works in Go.

This code is licensed under the MIT license.

About

A simple REST server/ORM in Go (WIP, not useable yet).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages