8 lines
101 B
Go
8 lines
101 B
Go
|
package templates
|
||
|
|
||
|
var Foot = `
|
||
|
<strong>Version: </strong>{{.AppVer}} | {{.GoVer}}
|
||
|
</body>
|
||
|
</html>
|
||
|
`
|