.dotenv 67 B

12345
  1. export PROJECT_NAME='hello_go'
  2. function run (){
  3. go run main.go
  4. }