Files
2026-05-27 23:03:00 +08:00

11 lines
111 B
Go

package common
import (
"fmt"
"testing"
)
func TestSDRError(t *testing.T) {
fmt.Println(SDR_ENCDATAERR)
}