Allows you to use other languages than PHP to serve web content
example URLs:
- https://localhost:8080/main.cpp
- https://localhost:8080/main.java
- https://localhost:8080/main.rs
- https://localhost:8080/main.sh
Because
go run .
to directly run, or go build
to make an executable file