asticode / go-astits

Demux and mux MPEG Transport Streams (.ts) natively in GO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about astikit

d1mn opened this issue · comments

commented

Hello! Can we refuse the package github.com/asticode/go-astikit?
This package use only astikit.BytesIterator and astikit.NewBytesIterator from astikit.

Astikit package has a lot of not used here functions. Also this package has strange tests that use file system and don't pass in my ci:
https://github.com/asticode/go-astikit/blob/master/ssh_test.go#L39
https://github.com/asticode/go-astikit/blob/master/archive_test.go#L23

Or we can think about refactoring these tests. What do you think?
I would like to use this package in my solution, but I can't do it yet.

commented

Sorry, I solve my problem. I mark these tests as skipped