Skip to content

Commit 84d95f2

Browse files
Dean KarnDean Karn
authored andcommitted
Update README.md
1 parent 2d7e197 commit 84d95f2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
Package form
22
============
33
<img align="right" src="https://raw.githubusercontent.com/go-playground/form/master/logo.jpg">
4-
![Project status](https://img.shields.io/badge/version-0.9-green.svg)
5-
[![GoDoc](https://github.com/go-playground/form?status.svg)](https://godoc.org/github.com/go-playground/form)
4+
![Project status](https://img.shields.io/badge/version-1.0-green.svg)
5+
[![Build Status](https://semaphoreci.com/api/v1/joeybloggs/form/branches/master/badge.svg)](https://semaphoreci.com/joeybloggs/form)
6+
[![Coverage Status](https://coveralls.io/repos/github/go-playground/form/badge.svg?branch=master)](https://coveralls.io/github/go-playground/form?branch=master)
7+
[![Go Report Card](https://goreportcard.com/badge/github.com/go-playground/form)](https://goreportcard.com/report/github.com/go-playground/form)
8+
[![GoDoc](https://godoc.org/github.com/go-playground/form?status.svg)](https://godoc.org/github.com/go-playground/form)
69
![License](https://img.shields.io/dub/l/vibe-d.svg)
710

811
Package form parses url.Values and fills a struct with values, creating objects as necessary.
@@ -191,4 +194,4 @@ things for you the community.
191194

192195
License
193196
------
194-
Distributed under MIT License, please see license file in code for more details.
197+
Distributed under MIT License, please see license file in code for more details.

0 commit comments

Comments
 (0)