项目作者: gschier

项目描述 :
Go Web Framework 🌲
高级语言: Go
项目地址: git://github.com/gschier/hemlock.git
创建时间: 2018-01-10T19:59:42Z
项目社区:https://github.com/gschier/hemlock

开源协议:MIT License

下载







About Hemlock

Hemlock is a web application framework for Go 1.9 or newer.

This project is still in the proof-of-concept phase so no peeking! 🙈🙈

Installation

  1. go get github.com/gschier/hemlock

Getting Started

Create a new application in desired folder

  1. hemlock new path/to/my/app

Build and run the sample app

  1. hemlock serve --watch path/to/my/app