0da2059f by astaxie

update info

1 parent e904d26e
...@@ -7,6 +7,10 @@ import ( ...@@ -7,6 +7,10 @@ import (
7 "runtime" 7 "runtime"
8 ) 8 )
9 9
10 var (
11 AppName string
12 VERSION string
13 )
10 var tpl = ` 14 var tpl = `
11 <!DOCTYPE html> 15 <!DOCTYPE html>
12 <html> 16 <html>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!