mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-04 22:57:20 +02:00
3 lines
126 B
Bash
3 lines
126 B
Bash
#!/bin/bash
|
|
# This script sets up the environment and runs a Go web server for documentation debug purpose
|
|
go run ./webserv.go |