Skip to content

Commit

Permalink
Moved to VS Code
Browse files Browse the repository at this point in the history
golang plugin tooling moved something and git for windows changed line endings I think.
  • Loading branch information
HakShak committed Oct 8, 2016
1 parent fb72b4a commit 2ba51b7
Show file tree
Hide file tree
Showing 22 changed files with 4 additions and 3 deletions.
Empty file modified Catver.ini
100755 → 100644
Empty file.
7 changes: 4 additions & 3 deletions cmd/categories.go
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Empty file modified cmd/controls.go
100755 → 100644
Empty file.
Empty file modified cmd/initdb.go
100755 → 100644
Empty file.
Empty file modified cmd/list.go
100755 → 100644
Empty file.
Empty file modified cmd/mamexml.go
100755 → 100644
Empty file.
Empty file modified cmd/nplayers.go
100755 → 100644
Empty file.
Empty file modified cmd/root.go
100755 → 100644
Empty file.
Empty file modified cmd/stat.go
100755 → 100644
Empty file.
Empty file modified config.yaml
100755 → 100644
Empty file.
Empty file modified controls.xml
100755 → 100644
Empty file.
Empty file modified db/categories.go
100755 → 100644
Empty file.
Empty file modified db/controls.go
100755 → 100644
Empty file.
Empty file modified db/db.go
100755 → 100644
Empty file.
Empty file modified main.go
100755 → 100644
Empty file.
Empty file modified mamexml/catver.go
100755 → 100644
Empty file.
Empty file modified mamexml/controls.go
100755 → 100644
Empty file.
Empty file modified mamexml/github.go
100755 → 100644
Empty file.
Empty file modified mamexml/github_test.go
100755 → 100644
Empty file.
Empty file modified mamexml/mamexml.go
100755 → 100644
Empty file.
Empty file modified mamexml/nplayers.go
100755 → 100644
Empty file.
Empty file modified nplayers.ini
100755 → 100644
Empty file.

0 comments on commit 2ba51b7

Please sign in to comment.