adnaan / gomodest-starter

A complex SAAS starter kit using Go, the html/template package, and sprinkles of javascript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

open .env: no such file or directory

jvijay-work opened this issue · comments

$ go version
go version go1.15.3 linux/amd64

$ go run main.go
go: downloading github.com/joho/godotenv v1.3.0
go: downloading github.com/mattn/go-sqlite3 v1.14.4
go: downloading github.com/gorilla/sessions v1.2.1
go: downloading github.com/go-chi/render v1.0.1
go: downloading github.com/go-chi/chi v4.1.2+incompatible
go: downloading github.com/foolin/goview v0.3.0
go: downloading github.com/mholt/binding v0.3.0
go: downloading github.com/asdine/storm/v3 v3.2.1
go: downloading github.com/Masterminds/sprig v2.22.0+incompatible
go: downloading github.com/gorilla/securecookie v1.1.1
go: downloading github.com/mitchellh/copystructure v1.0.0
go: downloading github.com/go-chi/httplog v0.1.6
go: downloading github.com/huandu/xstrings v1.3.2
go: downloading github.com/mitchellh/reflectwalk v1.0.0
go: downloading github.com/imdario/mergo v0.3.11
go: downloading github.com/rs/zerolog v1.18.1-0.20200514152719-663cbb4c8469
go: downloading github.com/Masterminds/goutils v1.1.0
2020/11/20 13:45:16 open .env: no such file or directory
exit status 1

thanks. fixed