NAME

CLI/HTTP goweb

CLONE

mail.plcb.ca:/home/laplante/git/goweb

SYNOPSIS

Documentation must start with /–\n/ or /*–SPACE… / or //–SPACE comment or/—\n/ or /—SPACE… */ or //–SPACE comment With — the space before each line of the comments will be trim.

If you use shebang with a binary file make sure you edit the file with nvim -v shebang_file

shebang line must be terminated by ; even if they are no arguments

#!/Users/laplante/go/bin/goweb --config goweb.toml -- args ;
test
{{ 5*6; }}


#!/usr/bin/env -S goweb --config goweb.toml -- args ;
test
{{ 5*6; }}

DESCRIPTION

HTTP server

An http server can be run with goweb. Definition are in the config file.

”`

goweb support a configuration file in toml format. Please refer to config for more informations.

FILES

VERSION