Thinking about splitting up the package

This commit is contained in:
Miek Gieben 2011-07-29 20:04:15 +02:00
parent 66ea81043c
commit e6fb6095c4
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ things that need to be fixed.
a major memory saver;
* Check base64/base32/hex validity when parsing RRs;
* Include os.Error in ParseError too? (more info).
* Split up the package? An idea might be:
dns/zone -- contains all zone parsing
dns/server -- server side stuff
dns/client -- client side stuff
## Issues