Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lalabuy948 committed Aug 23, 2020
1 parent 0ea98fc commit 3693218
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# genvutils [![Go Report Card](https://goreportcard.com/badge/github.com/lalabuy948/genvutils)](https://goreportcard.com/report/github.com/lalabuy948/genvutils) [![Build Status](https://github.com/lalabuy948/genvutils/workflows/build/badge.svg)](https://github.com/lalabuy948/genvutils/actions)
# genvutils [![Go Report Card](https://goreportcard.com/badge/github.com/lalabuy948/genvutils)](https://goreportcard.com/report/github.com/lalabuy948/genvutils) [![Build Status](https://github.com/lalabuy948/genvutils/workflows/build/badge.svg)](https://github.com/lalabuy948/genvutils/actions) [![made-with-Go](https://img.shields.io/badge/Made%20with-Go-1f425f.svg)](http://golang.org)

> Package genvutils provides useful environment operations
Expand Down
4 changes: 2 additions & 2 deletions gonvutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ func Parse(income interface{}) error {
return nil
}

//Load function is going to parse given dot environment file or chose one
// from priority list and set environment variables.
//Load function is going to parse given dot environment file or chose one
// from priority list and set environment variables.
//
// !!! It will not override already set variables. Except .env.local
//
Expand Down

0 comments on commit 3693218

Please sign in to comment.