aboutsummaryrefslogtreecommitdiff
path: root/generate.go
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-04-06 03:00:22 +0700
committerShulhan <m.shulhan@gmail.com>2020-04-06 03:00:22 +0700
commitdb5b35cd5052d47c81bb63f78f7781513be22fd2 (patch)
treec393a2aa937a0b576a9f25c10b76dd8967a90b02 /generate.go
parent5ea27bffa9020ddcdc62774a29e399e76ae5997c (diff)
downloadkamusku-db5b35cd5052d47c81bb63f78f7781513be22fd2.tar.xz
www-kbbi: add content page for "/project/kbbi"
The content page show the definition and capabilities of the API.
Diffstat (limited to 'generate.go')
-rw-r--r--generate.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/generate.go b/generate.go
new file mode 100644
index 0000000..05137b0
--- /dev/null
+++ b/generate.go
@@ -0,0 +1,7 @@
+// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+//go:generate go run ./internal/generate
+
+package kbbi