aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2017-01-03 18:14:32 -0500
committerMitch Riedstra <mitch@riedstra.us>2017-01-03 18:14:32 -0500
commitc5d68db9fb5f831106ce3eb12048e8f9005e531b (patch)
treeefb7f9298b53349e218792cb4379350c1bf0511f /main.go
parent8c2ed23f2e25265c6a74870eb4f6b5ad0e82f475 (diff)
downloadsteam-export-c5d68db9fb5f831106ce3eb12048e8f9005e531b.tar.gz
steam-export-c5d68db9fb5f831106ce3eb12048e8f9005e531b.tar.xz
Added a build script with other minimal changes
Diffstat (limited to 'main.go')
-rw-r--r--main.go20
1 files changed, 11 insertions, 9 deletions
diff --git a/main.go b/main.go
index aaf0edd..4fec4df 100644
--- a/main.go
+++ b/main.go
@@ -18,17 +18,19 @@ func main() {
if err != nil {
fmt.Println(err)
} else {
- // fmt.Println(libs)
+ fmt.Println(libs)
}
- fmt.Println(libs[0].Games[20])
+ // fmt.Println(libs[0].Games[20])
- str, err := libs[0].FindACF(libs[0].Games[20])
- // str, err := libs[0].FindACF("/.")
- if err != nil {
- fmt.Println(err)
- } else {
- fmt.Println(str)
- }
+ /*
+ str, err := libs[0].FindACF(libs[0].Games[20])
+ // str, err := libs[0].FindACF("/.")
+ if err != nil {
+ fmt.Println(err)
+ } else {
+ fmt.Println(str)
+ }
+ */
}