Fix import paths
This commit is contained in:
parent
1d522cc054
commit
773a608ba6
@ -3,8 +3,8 @@
|
|||||||
[![Build Status](https://cloud.drone.io/api/badges/prologic/pastebin/status.svg)](https://cloud.drone.io/prologic/pastebin)
|
[![Build Status](https://cloud.drone.io/api/badges/prologic/pastebin/status.svg)](https://cloud.drone.io/prologic/pastebin)
|
||||||
[![CodeCov](https://codecov.io/gh/prologic/pastebin/branch/master/graph/badge.svg)](https://codecov.io/gh/prologic/pastebin)
|
[![CodeCov](https://codecov.io/gh/prologic/pastebin/branch/master/graph/badge.svg)](https://codecov.io/gh/prologic/pastebin)
|
||||||
[![Go Report Card](https://goreportcard.com/badge/prologic/pastebin)](https://goreportcard.com/report/prologic/pastebin)
|
[![Go Report Card](https://goreportcard.com/badge/prologic/pastebin)](https://goreportcard.com/report/prologic/pastebin)
|
||||||
[![GoDoc](https://godoc.org/github.com/prologic/pastebin?status.svg)](https://godoc.org/github.com/prologic/pastebin)
|
[![GoDoc](https://godoc.org/git.mills.io/prologic/pastebin?status.svg)](https://godoc.org/git.mills.io/prologic/pastebin)
|
||||||
[![Sourcegraph](https://sourcegraph.com/github.com/prologic/pastebin/-/badge.svg)](https://sourcegraph.com/github.com/prologic/pastebin?badge)
|
[![Sourcegraph](https://sourcegraph.com/git.mills.io/prologic/pastebin/-/badge.svg)](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"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user