Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Changed http:// to https:// on links in log/README.md (ethereum#20178)
Browse files Browse the repository at this point in the history
docs: change http to https on links in log/README.md
  • Loading branch information
sandakersmann authored and elizabethengelman committed Dec 20, 2019
1 parent cf22e8b commit a5be7ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions log/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
![obligatory xkcd](http://imgs.xkcd.com/comics/standards.png)
![obligatory xkcd](https://imgs.xkcd.com/comics/standards.png)

# log15 [![godoc reference](https://godoc.org/github.com/inconshreveable/log15?status.png)](https://godoc.org/github.com/inconshreveable/log15) [![Build Status](https://travis-ci.org/inconshreveable/log15.svg?branch=master)](https://travis-ci.org/inconshreveable/log15)

Package log15 provides an opinionated, simple toolkit for best-practice logging in Go (golang) that is both human and machine readable. It is modeled after the Go standard library's [`io`](http://golang.org/pkg/io/) and [`net/http`](http://golang.org/pkg/net/http/) packages and is an alternative to the standard library's [`log`](http://golang.org/pkg/log/) package.
Package log15 provides an opinionated, simple toolkit for best-practice logging in Go (golang) that is both human and machine readable. It is modeled after the Go standard library's [`io`](https://golang.org/pkg/io/) and [`net/http`](https://golang.org/pkg/net/http/) packages and is an alternative to the standard library's [`log`](https://golang.org/pkg/log/) package.

## Features
- A simple, easy-to-understand API
Expand Down

0 comments on commit a5be7ce

Please sign in to comment.