Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbep <bjorn.erik.pedersen@gmail.com>2015-04-18 01:32:07 +0300
committerbep <bjorn.erik.pedersen@gmail.com>2015-04-18 01:31:56 +0300
commitbed053071e3b521b0a915af07fc20a282c50dd9b (patch)
tree901b84a00a1c20399b5d1ed91a916e867a0c6ad6 /hugolib/shortcode.go
parentbe0d9770095a6497a69a610783a5710982591084 (diff)
Remove unused types Shortcode and ShortcodeFunc
Diffstat (limited to 'hugolib/shortcode.go')
-rw-r--r--hugolib/shortcode.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/hugolib/shortcode.go b/hugolib/shortcode.go
index c4eec974d..0d396a780 100644
--- a/hugolib/shortcode.go
+++ b/hugolib/shortcode.go
@@ -28,13 +28,6 @@ import (
jww "github.com/spf13/jwalterweatherman"
)
-type ShortcodeFunc func([]string) string
-
-type Shortcode struct {
- Name string
- Func ShortcodeFunc
-}
-
type ShortcodeWithPage struct {
Params interface{}
Inner template.HTML