1
0
mirror of https://github.com/lus/pasty.git synced 2023-08-10 21:13:09 +03:00
pasty/cmd/pasty/main.go

9 lines
126 B
Go
Raw Normal View History

2020-08-22 23:13:43 +03:00
package main
import "github.com/Lukaesebrot/pasty/internal/env"
2020-08-22 23:13:43 +03:00
func main() {
// Load the optional .env file
env.Load()
2020-08-22 23:13:43 +03:00
}