Commit graph

12 commits

Author SHA1 Message Date
DataHoarder e088a49a96
Remove examples, tests, change module name 2022-12-06 10:40:54 +01:00
aam335 52c23bd389 _Ctype -> C. go1.12+ 2020-04-08 10:00:16 +03:00
Andrey Melnikov 22bab76ef2
Merge pull request #1 from andreich/master
Fix encoder Reader usage.
2019-11-05 15:53:45 +03:00
Andrei Chirila 3977d1d823 Fix encoder Reader usage.
Follow Reading Rules (point 5) in
https://medium.com/learning-the-go-programming-language/streaming-io-in-go-d93507931185
and don't break the encoding loop when n = 0 and err = nil.
2019-04-13 13:58:07 +02:00
aam335 99260cfa70 fixed memory leaks
+ new interface
2019-01-22 15:04:54 +03:00
aam335 fdf99cc485 move global handler to object 2018-11-29 09:34:29 +03:00
Milan Nikolic 400c681575 Update docs 2018-03-06 14:41:36 +01:00
Milan Nikolic cc6235d990 Update example 2018-03-06 14:12:04 +01:00
Milan Nikolic 68a82e24a5 Update README.md 2018-03-06 13:43:56 +01:00
Milan Nikolic f384f1398d Add micgrab example 2018-03-06 13:41:47 +01:00
Milan Nikolic a73e490cf0 Update README.md 2018-03-06 04:54:03 +01:00
Milan Nikolic 0e9ca200fb Initial commit 2018-03-06 04:50:55 +01:00