Files
go-astiav/bytes_test.go
Quentin Renard 477b147104 Initial commit
2022-02-13 19:08:18 +01:00

10 lines
141 B
Go

package astiav
import "testing"
func TestBytes(t *testing.T) {
// TODO Test stringFromC
// TODO Test bytesFromC
// TODO Test bytesToC
}