Skip to content

Commit c2a4502

Browse files
committed
Badge update 1.0
1 parent 4f2a40e commit c2a4502

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package renderer
22
==================
33
[![Build Status](https://travis-ci.org/thedevsaddam/renderer.svg?branch=master)](https://travis-ci.org/thedevsaddam/renderer)
4-
[![Project status](https://img.shields.io/badge/version-0.1-green.svg)](https://github.com/thedevsaddam/renderer/releases)
4+
[![Project status](https://img.shields.io/badge/version-1.0-green.svg)](https://github.com/thedevsaddam/renderer/releases)
55
[![Go Report Card](https://goreportcard.com/badge/github.com/thedevsaddam/renderer)](https://goreportcard.com/report/github.com/thedevsaddam/renderer)
66
[![Coverage Status](https://coveralls.io/repos/github/thedevsaddam/renderer/badge.svg?branch=master)](https://coveralls.io/github/thedevsaddam/renderer?branch=master)
77
[![GoDoc](https://godoc.org/github.com/thedevsaddam/renderer?status.svg)](https://godoc.org/github.com/thedevsaddam/renderer)

renderer.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// This package is useful when building REST api and to provide response to consumer
77

88
// Package renderer documentaton contains the API for this package please follow the link below
9-
// https://godoc.org/github.com/thedevsaddam/renderer
109
package renderer
1110

1211
import (

0 commit comments

Comments
 (0)