Documentation ¶
Index ¶
Constants ¶
View Source
const ( SERVER_PORT = 5000 WWW_DIR = "./www/" STATIC_DIRECTORY = WWW_DIR + "static/" // It is describes how you will point to static directory in templates TEMPLATE_STATIC_PATH = "/static/" TEMPLATE_DIR = WWW_DIR + "templates/" TEMPLATE_EXT = ".html" )
config.go is a global config for framework
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.