File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
![ GitHub go.mod Go version] ( https://img.shields.io/github/go-mod/go-version/gofor-little/env )
5
5
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://raw.githubusercontent.com/gofor-little/env/main/LICENSE )
6
6
![ 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 )
9
9
10
10
### Introduction
11
11
* Read from and write to .env files
16
16
``` go
17
17
package main
18
18
19
- import " github.com/gofor-little/ env"
19
+ import env " github.com/2pisoftware/ gofor-little- env"
20
20
21
21
func main () {
22
22
// Load an .env file and set the key-value pairs as environment variables.
Original file line number Diff line number Diff line change 4
4
"os"
5
5
"testing"
6
6
7
- "github.com/gofor-little/ env"
7
+ env "github.com/2pisoftware/ gofor-little- env"
8
8
"github.com/stretchr/testify/require"
9
9
)
10
10
You can’t perform that action at this time.
0 commit comments