๐Ÿ“ฆ gschier / hemlock

Go Web Framework ๐ŸŒฒ

โ˜… 3 stars โ‘‚ 0 forks ๐Ÿ‘ 3 watching โš–๏ธ MIT License
dependency-injectiongolangiocweb-framework
๐Ÿ“ฅ Clone https://github.com/gschier/hemlock.git
HTTPS git clone https://github.com/gschier/hemlock.git
SSH git clone git@github.com:gschier/hemlock.git
CLI gh repo clone gschier/hemlock
Gregory Schier Gregory Schier Switch to Go modules 096999a 4 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ cmd
๐Ÿ“ interfaces
๐Ÿ“ internal
๐Ÿ“ providers
๐Ÿ“ support
๐Ÿ“ testutil
๐Ÿ“„ .gitignore
๐Ÿ“„ application.go
๐Ÿ“„ config.go
๐Ÿ“„ go.mod
๐Ÿ“„ go.sum
๐Ÿ“„ hemlock.go
๐Ÿ“„ LICENSE
๐Ÿ“„ main_test.go
๐Ÿ“„ provider.go
๐Ÿ“„ README.md
๐Ÿ“„ README.md

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

go get github.com/gschier/hemlock

Getting Started

Create a new application in desired folder

hemlock new path/to/my/app

Build and run the sample app

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