This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "time" | |
| "github.com/jessevdk/go-assets" | |
| ) | |
| var _Assets819d045243ed7dd9963dbf5ddc547313b24498cb = "{{ define \"users/index.tmpl\" }}\r\n <html><h1>\r\n {{ .title }}\r\n </h1>\r\n <p>Using users/index.tmpl</p>\r\n </html>\r\n{{ end }}" | |
| var _Assets65a861e7def6a9565721daf270a18d977ffc3f39 = "{{ define \"posts/index.tmpl\" }}\r\n <html><h1>\r\n {{ .title }}\r\n </h1>\r\n <p>Using posts/index.tmpl</p>\r\n </html>\r\n{{ end }}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "io" | |
| "net/http" | |
| "os" | |
| "github.com/labstack/echo" | |
| ) |