diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-04-06 03:00:22 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-04-06 03:00:22 +0700 |
| commit | db5b35cd5052d47c81bb63f78f7781513be22fd2 (patch) | |
| tree | c393a2aa937a0b576a9f25c10b76dd8967a90b02 /generate.go | |
| parent | 5ea27bffa9020ddcdc62774a29e399e76ae5997c (diff) | |
| download | kamusku-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.go | 7 |
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 |
