From 0e346bf5ad4852db5db82343b2aca5911c38ad00 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 4 Feb 2017 18:16:22 -0500 Subject: Moved the libraries around --- steam-export-cli.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'steam-export-cli.go') diff --git a/steam-export-cli.go b/steam-export-cli.go index db5645f..af0654d 100644 --- a/steam-export-cli.go +++ b/steam-export-cli.go @@ -6,8 +6,8 @@ import ( "fmt" "os" - "git.riedstra.us/mitch/steam-export/config" - "git.riedstra.us/mitch/steam-export/steam" + "git.riedstra.us/mitch/steam-export/lib/config" + "git.riedstra.us/mitch/steam-export/lib/steam" ) var ( -- cgit v1.2.3