From 2ba51b74e616f59084d4838af4b84e9d7c8c06d5 Mon Sep 17 00:00:00 2001 From: Nicholas Herring Date: Sat, 8 Oct 2016 17:07:27 +0000 Subject: [PATCH] Moved to VS Code golang plugin tooling moved something and git for windows changed line endings I think. --- Catver.ini | 0 cmd/categories.go | 7 ++++--- cmd/controls.go | 0 cmd/initdb.go | 0 cmd/list.go | 0 cmd/mamexml.go | 0 cmd/nplayers.go | 0 cmd/root.go | 0 cmd/stat.go | 0 config.yaml | 0 controls.xml | 0 db/categories.go | 0 db/controls.go | 0 db/db.go | 0 main.go | 0 mamexml/catver.go | 0 mamexml/controls.go | 0 mamexml/github.go | 0 mamexml/github_test.go | 0 mamexml/mamexml.go | 0 mamexml/nplayers.go | 0 nplayers.ini | 0 22 files changed, 4 insertions(+), 3 deletions(-) mode change 100755 => 100644 Catver.ini mode change 100755 => 100644 cmd/categories.go mode change 100755 => 100644 cmd/controls.go mode change 100755 => 100644 cmd/initdb.go mode change 100755 => 100644 cmd/list.go mode change 100755 => 100644 cmd/mamexml.go mode change 100755 => 100644 cmd/nplayers.go mode change 100755 => 100644 cmd/root.go mode change 100755 => 100644 cmd/stat.go mode change 100755 => 100644 config.yaml mode change 100755 => 100644 controls.xml mode change 100755 => 100644 db/categories.go mode change 100755 => 100644 db/controls.go mode change 100755 => 100644 db/db.go mode change 100755 => 100644 main.go mode change 100755 => 100644 mamexml/catver.go mode change 100755 => 100644 mamexml/controls.go mode change 100755 => 100644 mamexml/github.go mode change 100755 => 100644 mamexml/github_test.go mode change 100755 => 100644 mamexml/mamexml.go mode change 100755 => 100644 mamexml/nplayers.go mode change 100755 => 100644 nplayers.ini diff --git a/Catver.ini b/Catver.ini old mode 100755 new mode 100644 diff --git a/cmd/categories.go b/cmd/categories.go old mode 100755 new mode 100644 index c96fbbb..db7b1a8 --- a/cmd/categories.go +++ b/cmd/categories.go @@ -2,14 +2,15 @@ package cmd import ( "fmt" + "log" + "os" + "text/tabwriter" + "github.com/HakShak/sanemame/db" "github.com/HakShak/sanemame/mamexml" "github.com/boltdb/bolt" "github.com/spf13/cobra" "github.com/spf13/viper" - "log" - "os" - "text/tabwriter" ) // categoriesCmd represents the categories command diff --git a/cmd/controls.go b/cmd/controls.go old mode 100755 new mode 100644 diff --git a/cmd/initdb.go b/cmd/initdb.go old mode 100755 new mode 100644 diff --git a/cmd/list.go b/cmd/list.go old mode 100755 new mode 100644 diff --git a/cmd/mamexml.go b/cmd/mamexml.go old mode 100755 new mode 100644 diff --git a/cmd/nplayers.go b/cmd/nplayers.go old mode 100755 new mode 100644 diff --git a/cmd/root.go b/cmd/root.go old mode 100755 new mode 100644 diff --git a/cmd/stat.go b/cmd/stat.go old mode 100755 new mode 100644 diff --git a/config.yaml b/config.yaml old mode 100755 new mode 100644 diff --git a/controls.xml b/controls.xml old mode 100755 new mode 100644 diff --git a/db/categories.go b/db/categories.go old mode 100755 new mode 100644 diff --git a/db/controls.go b/db/controls.go old mode 100755 new mode 100644 diff --git a/db/db.go b/db/db.go old mode 100755 new mode 100644 diff --git a/main.go b/main.go old mode 100755 new mode 100644 diff --git a/mamexml/catver.go b/mamexml/catver.go old mode 100755 new mode 100644 diff --git a/mamexml/controls.go b/mamexml/controls.go old mode 100755 new mode 100644 diff --git a/mamexml/github.go b/mamexml/github.go old mode 100755 new mode 100644 diff --git a/mamexml/github_test.go b/mamexml/github_test.go old mode 100755 new mode 100644 diff --git a/mamexml/mamexml.go b/mamexml/mamexml.go old mode 100755 new mode 100644 diff --git a/mamexml/nplayers.go b/mamexml/nplayers.go old mode 100755 new mode 100644 diff --git a/nplayers.ini b/nplayers.ini old mode 100755 new mode 100644