Skip to content

Commit

Permalink
rename go pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeneker committed Jul 6, 2020
1 parent d57fd9a commit 9d4f738
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Initialize a new Vault Client using your token and endpoint:
package main

import (
"github.com/mittwald/vaultGO/pkg/vault"
"github.com/mittwald/vaultgo/pkg/vault"
"log"
)

Expand All @@ -47,7 +47,7 @@ func main() {
package main

import (
"github.com/mittwald/vaultGO/pkg/vault"
"github.com/mittwald/vaultgo/pkg/vault"
"log"
)

Expand Down
2 changes: 1 addition & 1 deletion examples/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"fmt"
"github.com/mittwald/vaultGO"
"github.com/mittwald/vaultgo"
"gopkg.in/guregu/null.v3"
"log"
)
Expand Down
2 changes: 1 addition & 1 deletion transit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package vault
import (
"context"
"fmt"
"github.com/mittwald/vaultGO/test/testdata"
"github.com/mittwald/vaultgo/test/testdata"
"github.com/stretchr/testify/require"
"testing"
"time"
Expand Down

0 comments on commit 9d4f738

Please sign in to comment.