Add example to build single binary with templates (#1328)

This commit is contained in:
JINNOUCHI Yasushi
2018-04-22 16:04:38 +09:00
committed by Bo-Yi Wu
parent dfe37ea6f1
commit 814ac9490a
8 changed files with 175 additions and 1 deletions

View File

@ -0,0 +1,4 @@
<!doctype html>
<body>
<p>Can you see this? → {{.Bar}}</p>
</body>

View File

@ -0,0 +1,4 @@
<!doctype html>
<body>
<p>Hello, {{.Foo}}</p>
</body>