diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-02-15 15:31:37 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-02-15 15:32:05 -0500 |
| commit | fe9ec7a0b45c9fd23a615a8b95ade3e9c1ea2d12 (patch) | |
| tree | 80844a62d5d18b30862cfdc610aae88713fe97d9 /page/main.go | |
| parent | d83f4bca3f7026696a41225caac11807ed06fc2f (diff) | |
| download | go-website-0.0.12.tar.gz go-website-0.0.12.tar.xz | |
Another re-structure. Deleting code is wonderful.v0.0.12
Diffstat (limited to 'page/main.go')
| -rw-r--r-- | page/main.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/page/main.go b/page/main.go deleted file mode 100644 index da7feec..0000000 --- a/page/main.go +++ /dev/null @@ -1,13 +0,0 @@ -// The only purpose of this package is to define the Page interface -// that is used by the `http` package -package page - -import ( - "io" -) - -type Page interface { - Render(io.Writer) error - RebuildIndex() error - SetVars(map[string]interface{}) -} |
