Rename to lexer and split in files
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
package toml
|
||||
|
||||
func Unmarshal(data []byte, v interface{}) error {
|
||||
// TODO
|
||||
return nil
|
||||
}
|
||||
|
||||
func Marshal(v interface{}) ([]byte, error) {
|
||||
// TODO
|
||||
return nil, nil
|
||||
}
|
||||
Reference in New Issue
Block a user