Przeglądaj źródła

change imports to match new forks

master
John Robinson 4 lat temu
rodzic
commit
a7fcd2b170
Brak konta powiązanego z adresem e-mail autora
3 zmienionych plików z 8 dodań i 8 usunięć
  1. +6
    -6
      doc.go
  2. +1
    -1
      env.go
  3. +1
    -1
      env_test.go

+ 6
- 6
doc.go Wyświetl plik

@@ -9,7 +9,7 @@ Ease of Accessing Environment Varaibles.
## Installation

```shell
$ go get -v github.com/goanywhere/env
$ go get -v git.thevis.us/skepto/env
```

## Usage
@@ -40,8 +40,8 @@ All set now, you are good to Go :-)
package main

import (
"github.com/goanywhere/env"
"github.com/goanywhere/rex"
"git.thevis.us/skepto/env"
"git.thevis.us/skepto/rex"
)

func index (ctx *rex.Context) {
@@ -66,7 +66,7 @@ You will now have the HTTP server running on `0.0.0.0:9394`.
``` go
import (
"fmt"
"github.com/goanywhere/env"
"git.thevis.us/skepto/env"
)

func main() {
@@ -83,7 +83,7 @@ package main

import (
"fmt"
"github.com/goanywhere/env"
"git.thevis.us/skepto/env"
)

type Spec struct {
@@ -115,7 +115,7 @@ package main
import (
"fmt"

"github.com/goanywhere/env"
"git.thevis.us/skepto/env"
)

func main() {

+ 1
- 1
env.go Wyświetl plik

@@ -10,8 +10,8 @@ import (
"strconv"
"strings"

"git.thevis.us/skepto/fs"
log "github.com/sirupsen/logrus"
"github.com/goanywhere/fs"
)

const tag string = "env"

+ 1
- 1
env_test.go Wyświetl plik

@@ -6,7 +6,7 @@ import (
"os"
"testing"

"github.com/goanywhere/crypto"
"git.thevis.us/skepto/crypto"
. "github.com/smartystreets/goconvey/convey"
)


Ładowanie…
Anuluj
Zapisz