From 84290e82ad1a554541752ae4e1087000e9def18c Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Mon, 21 Mar 2016 22:39:27 +0100 Subject: [PATCH] Adds an author field to the settings --- settings/settings.go | 1 + 1 file changed, 1 insertion(+) diff --git a/settings/settings.go b/settings/settings.go index d62d2ed..6f064ce 100644 --- a/settings/settings.go +++ b/settings/settings.go @@ -26,6 +26,7 @@ import ( // of a Ponder library type Settings struct { Name string // Name of the Ponder library + Author string // Author of the Ponder library IgnoreDirs []string // Directories to be ignored on search LilypondIncludes []string // Directories to be included when running the lilypond compiler OutputDir string // Directory in which all complete file are stored