From 9f6bbe3c5127634755decb20fbe4e934271f31a4 Mon Sep 17 00:00:00 2001 From: astaxie Date: Fri, 23 Sep 2016 14:16:16 +0800 Subject: [PATCH] add foundation link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fbd7ccb7..d3c92d84 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Build Status](https://travis-ci.org/astaxie/beego.svg?branch=master)](https://travis-ci.org/astaxie/beego) [![GoDoc](http://godoc.org/github.com/astaxie/beego?status.svg)](http://godoc.org/github.com/astaxie/beego) +[![Foundation](https://img.shields.io/badge/Golang-Foundation-green.svg)](http://golangfoundation.org) beego is used for rapid development of RESTful APIs, web apps and backend services in Go. It is inspired by Tornado, Sinatra and Flask. beego has some Go-specific features such as interfaces and struct embedding.