Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 400 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 400 Bytes

CGI In Go

# Build the go cgi example
$ go build -o cgi-bin/cgigo ./cgigo
# Run the server
$ go run server/server.go -addr :1234

Now visit a cgi url:

Assuming you have perl & python installed all the following URLs will work.

Go version Python version Perl version