mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-03-20 00:00:03 -04:00
22 lines
496 B
Plaintext
22 lines
496 B
Plaintext
- Remove util.BASE64, make clients use io.Base64.
|
|
|
|
- Rename core to common?
|
|
- Split up into three sub modules?
|
|
- common-core
|
|
- lang
|
|
- util
|
|
- common-io
|
|
- io
|
|
- io.enc
|
|
- io.ole2 (or move to separate module?)
|
|
- net (or move to separate module?)
|
|
- xml (or move to separate module?)
|
|
- common-image
|
|
- image
|
|
- common-sandbox
|
|
- all unreleased/experimental stuff
|
|
|
|
- Test cases for the OLE2Compound stuff
|
|
- Test cases for encoder/decoders
|
|
- Test cases in general
|