Added couple of func description comments

This commit is contained in:
Paulo Truta
2021-06-21 16:08:41 +00:00
parent bff0f6f817
commit 55fe955d27
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -163,6 +163,7 @@ func GetPath(pathKey string) string {
}
// WriteOption : Writes a key value pair option into the api shared database
func WriteOption(optionKey string, optionValue string) {
db, err := sql.Open("sqlite3", GetSQLiteDbConnectionDetails())