Skip to content

Commit

Permalink
Use all lowercase go module name
Browse files Browse the repository at this point in the history
  • Loading branch information
GoneUp committed Feb 3, 2023
1 parent 29f9697 commit f2f0ad2
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 @@ -4,15 +4,15 @@
![GitHub release (latest by date)](https://img.shields.io/github/v/release/goneup/go-pingen-sdk?style=plastic)


A personal hobby project that implements the API of postal provider [pingen.com](https://www.pingen.com).
A personal hobby project that implements the API of postal provider [pingen.com](https://www.pingen.com) in Go.

**Not affiliated in any way with pingen.com**

## Usage

Import it with
```
go get github.com/GoneUp/go-pingen-sdk
go get github.com/goneup/go-pingen-sdk
```

Simple usage with (or see [main.go](main.go))
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/GoneUp/go-pingen-sdk
module github.com/goneup/go-pingen-sdk

go 1.18

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"
"time"

"github.com/GoneUp/go-pingen-sdk/pingen"
"github.com/goneup/go-pingen-sdk/pingen"
"github.com/joho/godotenv"
log "github.com/sirupsen/logrus"
)
Expand Down

0 comments on commit f2f0ad2

Please sign in to comment.