move .env file to the cmd/ folder

This commit is contained in:
naudachu 2023-06-01 20:02:02 +05:00
parent b3cc44cfb7
commit ff22968521
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import (
) )
func main() { func main() {
env("../.env") env(".env")
ctx := context.Background() ctx := context.Background()
ctx, cancel := signal.NotifyContext(ctx, os.Interrupt, os.Kill, syscall.SIGTERM) ctx, cancel := signal.NotifyContext(ctx, os.Interrupt, os.Kill, syscall.SIGTERM)