udemy-go-web-1/run.sh

4 lines
91 B
Bash
Raw Normal View History

2024-07-02 19:51:07 +00:00
#!/bin/bash
2024-07-29 12:20:51 +00:00
go build -o bookings cmd/web/*go && ./bookings -cache=false -production=false