Skip to content

Commit

Permalink
Godoc reference added
Browse files Browse the repository at this point in the history
  • Loading branch information
ivahaev committed Jan 20, 2016
1 parent 20539c3 commit 74345ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
@@ -1,5 +1,5 @@
# go-logger
[![Build Status](https://travis-ci.org/ivahaev/go-logger.svg?branch=master)](http://travis-ci.org/ivahaev/go-logger)
[![Build Status](https://travis-ci.org/ivahaev/go-logger.svg?branch=master)](http://travis-ci.org/ivahaev/go-logger) [![GoDoc](https://godoc.org/github.com/ivahaev/go-logger?status.svg)](https://godoc.org/github.com/ivahaev/go-logger)

Simple logger library for golang.
Colorizing, timestamping and on Debug output vars with additional info
Expand All @@ -16,8 +16,6 @@ Colorizing, timestamping and on Debug output vars with additional info
import "github.com/ivahaev/go-logger"
```

[Godoc](https://godoc.org/github.com/ivahaev/go-logger)

## Example

```go
Expand Down

0 comments on commit 74345ed

Please sign in to comment.