Splits in two steps

This commit is contained in:
2016-01-14 13:47:43 +01:00
parent 01d8e1fabb
commit 9854ec868a
2 changed files with 39 additions and 0 deletions

4
bd.go
View File

@@ -35,6 +35,10 @@ type Album struct {
PrintDate time.Time
}
func sanitizeTitleString(title string) string {
return ""
}
func (*Album) GetBedethequeComURI() string {
return ""
}