Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
benbjohnson authored Feb 6, 2017
1 parent df4a775 commit aeaad21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Ego [![Build Status](https://drone.io/github.com/benbjohnson/ego/status.png)](https://drone.io/github.com/benbjohnson/ego/latest) [![Coverage Status](https://coveralls.io/repos/benbjohnson/ego/badge.png?branch=master)](https://coveralls.io/r/benbjohnson/ego?branch=master) [![GoDoc](https://godoc.org/github.com/benbjohnson/ego?status.png)](https://godoc.org/github.com/benbjohnson/ego) ![Project status](http://img.shields.io/status/beta.png?color=blue)
Ego [![Coverage Status](https://coveralls.io/repos/benbjohnson/ego/badge.png?branch=master)](https://coveralls.io/r/benbjohnson/ego?branch=master) [![GoDoc](https://godoc.org/github.com/benbjohnson/ego?status.png)](https://godoc.org/github.com/benbjohnson/ego) ![Project status](http://img.shields.io/status/beta.png?color=blue)
===

Ego is an [ERb](http://ruby-doc.org/stdlib-2.1.0/libdoc/erb/rdoc/ERB.html) style templating language for Go. It works by transpiling templates into pure Go and including them at compile time. These templates are light wrappers around the Go language itself.
Expand Down

0 comments on commit aeaad21

Please sign in to comment.