mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-03 07:06:30 +00:00
75513575be
* store dependency's in git * since we vendor ... rm tech-depts * aad make target 'vendor' to update vendor folder (manual task)
9 lines
168 B
Text
9 lines
168 B
Text
package pretty
|
|
|
|
import "github.com/kr/pretty"
|
|
|
|
Package pretty provides pretty-printing for Go values.
|
|
|
|
Documentation
|
|
|
|
http://godoc.org/github.com/kr/pretty
|