diff options
| author | Joel Martin <github@martintribe.org> | 2014-10-04 22:16:57 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2014-10-04 22:16:57 -0500 |
| commit | fcbda8d58a22c734c1c9020287cbe1df795d76c0 (patch) | |
| tree | 85af580f006bdd705500f21110121ebd725a8476 /go/src/types | |
| parent | 70ea599b6e0787102f12cd543dcd65a2eb3751d5 (diff) | |
| download | mal-fcbda8d58a22c734c1c9020287cbe1df795d76c0.tar.gz mal-fcbda8d58a22c734c1c9020287cbe1df795d76c0.zip | |
go: step1_read_print vectors and hash-maps
Diffstat (limited to 'go/src/types')
| -rw-r--r-- | go/src/types/types.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/go/src/types/types.go b/go/src/types/types.go index 3f1c652..a212725 100644 --- a/go/src/types/types.go +++ b/go/src/types/types.go @@ -15,3 +15,7 @@ type List struct { Val []MalType } +type Vector struct { + Val []MalType +} + |
