Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename kr/pretty to canonical/pretty #2

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# pretty
Package `pretty` provides pretty-printing for Go values.
```
import "github.com/canonical/pretty"
```

## Documentation
https://pkg.go.dev/github.com/canonical/pretty
9 changes: 0 additions & 9 deletions Readme

This file was deleted.

2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package pretty_test

import (
"fmt"
"github.com/kr/pretty"
"github.com/canonical/pretty"
)

func Example() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/kr/pretty
module github.com/canonical/pretty

go 1.12

Expand Down