Skip to content

Commit

Permalink
Minor clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoutanov committed Apr 18, 2020
1 parent c03d421 commit de86455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
- `AtomicReference` an atomic reference that allows for `nil` pointers
- `Deadline` - conditional running of tasks that are bound to a deadline
* `scribe`: **logging façade that features logger mocking and assertions**, and comes with **ready-to-go bindings** for —
- The built-in `os.stdout` function
- The built-in `log.Printf` logger
- The built-in `os.Stdout` file handle
- The built-in `log` package
- [Glog](https://github.com/golang/glog)
- [Log15](https://github.com/inconshreveable/log15)
- [Logrus](https://github.com/sirupsen/logrus)
Expand Down

0 comments on commit de86455

Please sign in to comment.