diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2016-08-16 08:09:23 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2016-08-16 08:09:23 +0200 |
commit | a6a7f2c65c68303dbc13ae4d48607936b02e4bba (patch) | |
tree | 80bfe8b4dd2f790117ac6ef6eaa991429cfcd014 /mcmap/examples/mapper | |
parent | 4c579bd2bb0588c9014dfa22676592088eac2639 (diff) | |
download | gomcmap-master.tar.gz gomcmap-master.tar.bz2 gomcmap-master.zip |
Diffstat (limited to 'mcmap/examples/mapper')
-rw-r--r-- | mcmap/examples/mapper/blockcolors.go | 2 | ||||
-rw-r--r-- | mcmap/examples/mapper/main.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mcmap/examples/mapper/blockcolors.go b/mcmap/examples/mapper/blockcolors.go index a714b05..0f0600f 100644 --- a/mcmap/examples/mapper/blockcolors.go +++ b/mcmap/examples/mapper/blockcolors.go @@ -1,7 +1,7 @@ package main import ( - "github.com/kch42/gomcmap/mcmap" + "github.com/silvasur/gomcmap/mcmap" ) type rgb uint32 diff --git a/mcmap/examples/mapper/main.go b/mcmap/examples/mapper/main.go index 2b21648..99be2ef 100644 --- a/mcmap/examples/mapper/main.go +++ b/mcmap/examples/mapper/main.go @@ -4,7 +4,7 @@ package main import ( "flag" "fmt" - "github.com/kch42/gomcmap/mcmap" + "github.com/silvasur/gomcmap/mcmap" "image" "image/png" "os" |