projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd1b019
)
Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2
author
Anthony Fok
<foka@debian.org>
Sat, 24 Jan 2015 11:30:00 +0000
(
04:30
-0700)
committer
Anthony Fok
<foka@debian.org>
Sat, 24 Jan 2015 11:30:00 +0000
(
04:30
-0700)
parser/frontmatter.go
patch
|
blob
|
history
diff --git
a/parser/frontmatter.go
b/parser/frontmatter.go
index 68e4456d2a505d8a5a98e1ff90634f48f621c184..209786707a6fb0875e7817cfad78081313e2bbcd 100644
(file)
--- a/
parser/frontmatter.go
+++ b/
parser/frontmatter.go
@@
-20,7
+20,7
@@
import (
"strings"
"github.com/BurntSushi/toml"
- "gopkg.in/yaml.v
1
"
+ "gopkg.in/yaml.v
2
"
)
type FrontmatterType struct {