dati

A Go library/binary to parse & execute data against template langauges.
git clone git://src.gearsix.net/dati
Log | Files | Refs | Atom | README | LICENSE

TODO.md (415B)


      1 
      2 # TODO
      3 
      4 This file keeps quick project todo reminders for myself.
      5 
      6 **Legend**
      7 
      8 - `/` = done
      9 - `-` = todo
     10 - `x` = won't do
     11 
     12 **v2.x.x**
     13 Aim to make api conformative
     14   - rename ReadDataFormat -> ReadDataFormatFromPath
     15   / add ReadDataFormat (reads from string)
     16   - rename Read* -> Decode*
     17   - rename Write* -> Encode*
     18   - remove file.go ? not used anymore
     19   - add statix support
     20   - add *a lot* more language support
     21