Fix import paths
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
[](https://cloud.drone.io/prologic/pastebin)
|
[](https://cloud.drone.io/prologic/pastebin)
|
||||||
[](https://codecov.io/gh/prologic/pastebin)
|
[](https://codecov.io/gh/prologic/pastebin)
|
||||||
[](https://goreportcard.com/report/prologic/pastebin)
|
[](https://goreportcard.com/report/prologic/pastebin)
|
||||||
[](https://godoc.org/github.com/prologic/pastebin)
|
[](https://godoc.org/git.mills.io/prologic/pastebin)
|
||||||
[](https://sourcegraph.com/github.com/prologic/pastebin?badge)
|
[](https://sourcegraph.com/git.mills.io/prologic/pastebin?badge)
|
||||||
|
|
||||||
pastebin is a self-hosted pastebin web app that lets you create and share
|
pastebin is a self-hosted pastebin web app that lets you create and share
|
||||||
"ephemeral" data between devices and users. There is a configurable expiry
|
"ephemeral" data between devices and users. There is a configurable expiry
|
||||||
@@ -14,7 +14,7 @@ CLI for interacting with the service in a easy way or you can also use curl!
|
|||||||
### Source
|
### Source
|
||||||
|
|
||||||
```#!bash
|
```#!bash
|
||||||
$ go get github.com/prologic/pastebin/...
|
$ go get git.mills.io/prologic/pastebin/...
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
@@ -4,7 +4,7 @@ import (
|
|||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/prologic/pastebin/client"
|
"git.mills.io/prologic/pastebin/client"
|
||||||
|
|
||||||
"github.com/namsral/flag"
|
"github.com/namsral/flag"
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user