mirror of
https://github.com/lus/pasty.git
synced 2023-08-10 21:13:09 +03:00
Bump to Go 1.16
This commit is contained in:
5
internal/env/env.go
vendored
5
internal/env/env.go
vendored
@@ -1,11 +1,12 @@
|
||||
package env
|
||||
|
||||
import (
|
||||
"github.com/Lukaesebrot/pasty/internal/static"
|
||||
"github.com/joho/godotenv"
|
||||
"os"
|
||||
"strconv"
|
||||
"time"
|
||||
|
||||
"github.com/joho/godotenv"
|
||||
"github.com/lus/pasty/internal/static"
|
||||
)
|
||||
|
||||
// Load loads an optional .env file
|
||||
|
||||
Reference in New Issue
Block a user