forked from suguo/godingtalk
11 lines
132 B
Go
11 lines
132 B
Go
|
|
package godingtalk
|
||
|
|
|
||
|
|
import (
|
||
|
|
"testing"
|
||
|
|
)
|
||
|
|
|
||
|
|
func TestCreateFile(t *testing.T) {
|
||
|
|
file, err := c.CreateFile(1024)
|
||
|
|
t.Log(file, err)
|
||
|
|
}
|