12 lines
140 B
Go
12 lines
140 B
Go
package cms
|
|
|
|
import (
|
|
"fmt"
|
|
"testing"
|
|
)
|
|
|
|
func TestConn(t *testing.T) {
|
|
err := DelPrinterSeq(1000, "120220915001012")
|
|
fmt.Println(err)
|
|
}
|