Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.

BurnFramework/burn

Repository files navigation

burn

burn rest api framework

CI

About:

  • burn is a web framework written in golang to develop backend / restapi

Installation:

go get -u github.com/BurnFramework/burn

QuickStart:

package main

import "github.com/BurnFramework/burn"

func main() {
	// soon
}
  • for more tutorial visit the docs

License: