Skip to content

Commit

Permalink
Improve the projection description.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Jan 20, 2019
1 parent ef11fa4 commit 765b0c8
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@
[![GoDoc](https://godoc.org/github.com/dogmatiq/dapper?status.svg)](https://godoc.org/github.com/dogmatiq/dapper)
[![Go Report Card](https://goreportcard.com/badge/github.com/dogmatiq/dapper)](https://goreportcard.com/report/github.com/dogmatiq/dapper)

Dapper is a pretty-printer for Go values that aims to produce the shortest
possible output without ambiguity. Additionally, the output is deterministic,
which allows for the generation of human-readable diffs using standard tools.
Dapper is a pretty-printer for Go values.

It is not intended to be used directly as a debugging tool, but as a library
for applications that need to describe Go values to humans, such as testing
frameworks.

Some features include:

- Concise formatting, without type ambiguity
- Deterministic output, useful for generating diffs using standard tools
- A filtering system for producing customized output on a per-value basis

## Example

Expand Down

0 comments on commit 765b0c8

Please sign in to comment.