Skip to content

Commit

Permalink
fix: import path
Browse files Browse the repository at this point in the history
  • Loading branch information
makenowjust committed Aug 26, 2019
1 parent 285b7b3 commit d77ca3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,10 @@

Package heredoc provides the here-document with keeping indent.

## Install

```console
$ go get github.com/MakeNowJust/heredoc
```

## Import

```go
import "github.com/MakeNowJust/heredoc"
import "github.com/MakeNowJust/heredoc/v2"
```

## Example
Expand All @@ -28,7 +22,7 @@ package main
import (
"fmt"

"github.com/MakeNowJust/heredoc"
"github.com/MakeNowJust/heredoc/v2"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/MakeNowJust/heredoc
module github.com/MakeNowJust/heredoc/v2

go 1.12

0 comments on commit d77ca3f

Please sign in to comment.