Skip to content

Commit 00c5273

Browse files
author
DerekCrannaford
committed
Redirect for 2pisoftware
1 parent 1279567 commit 00c5273

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/gofor-little/env)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://raw.githubusercontent.com/gofor-little/env/main/LICENSE)
66
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/gofor-little/env/CI)
7-
[![Go Report Card](https://goreportcard.com/badge/github.com/gofor-little/env)](https://goreportcard.com/report/github.com/gofor-little/env)
8-
[![PkgGoDev](https://pkg.go.dev/badge/github.com/gofor-little/env)](https://pkg.go.dev/github.com/gofor-little/env)
7+
[![Go Report Card](https://goreportcard.com/badge/github.com/2pisoftware/gofor-little-env)](https://goreportcard.com/report/github.com/2pisoftware/gofor-little-env)
8+
[![PkgGoDev](https://pkg.go.dev/badge/github.com/2pisoftware/gofor-little-env)](https://pkg.go.dev/github.com/2pisoftware/gofor-little-env)
99

1010
### Introduction
1111
* Read from and write to .env files
@@ -16,7 +16,7 @@
1616
```go
1717
package main
1818

19-
import "github.com/gofor-little/env"
19+
import env "github.com/2pisoftware/gofor-little-env"
2020

2121
func main() {
2222
// Load an .env file and set the key-value pairs as environment variables.

env_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"os"
55
"testing"
66

7-
"github.com/gofor-little/env"
7+
env "github.com/2pisoftware/gofor-little-env"
88
"github.com/stretchr/testify/require"
99
)
1010

0 commit comments

Comments
 (0)