github.com/goradd/got@v1.1.1/doc.go (about)

     1  // GoT is a flexible template engine that generates Go code.
     2  //
     3  // This approach creates extremely fast templates. It also gives you much more freedom than Go's template
     4  // engine, since at any time you can just switch to Go code to do what you want.
     5  //
     6  // GoT has:
     7  //   - Mustache-like syntax similar to Go's built-in template engine
     8  //   - The ability to define new tags, so you can create your own template syntax
     9  //	 - Include files, so you can create a library of tags and templates
    10  //
    11  // The GoT syntax is easy to learn. Get started in minutes.
    12  //
    13  // For complete usage documentation, see https://github.com/goradd/got
    14  //
    15  package main