diff options
author | Kevin Chabowski <kevin@kch42.de> | 2013-08-12 14:50:54 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2013-08-12 14:50:54 +0200 |
commit | 40b8da6d026d43328242b252aea3a09f8939e756 (patch) | |
tree | 489c429211ce9f0b6e1c638954f3a938f6a3bd57 /mcmap/examples/mapper | |
parent | 59d3426e7619b9f30aa4fbf6f0862530e39f7ee6 (diff) | |
download | gomcmap-40b8da6d026d43328242b252aea3a09f8939e756.tar.gz gomcmap-40b8da6d026d43328242b252aea3a09f8939e756.tar.bz2 gomcmap-40b8da6d026d43328242b252aea3a09f8939e756.zip |
Added some documentation.
Diffstat (limited to 'mcmap/examples/mapper')
-rw-r--r-- | mcmap/examples/mapper/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mcmap/examples/mapper/main.go b/mcmap/examples/mapper/main.go index 11cc97d..e998ce1 100644 --- a/mcmap/examples/mapper/main.go +++ b/mcmap/examples/mapper/main.go @@ -1,3 +1,4 @@ +// mapper is a very simple map renderer. package main import ( |