11 lines
111 B
Go
11 lines
111 B
Go
package common
|
|
|
|
import (
|
|
"fmt"
|
|
"testing"
|
|
)
|
|
|
|
func TestSDRError(t *testing.T) {
|
|
fmt.Println(SDR_ENCDATAERR)
|
|
}
|