godingtalk/api_file_test.go

11 lines
132 B
Go
Raw Permalink Normal View History

2021-11-18 10:56:31 +00:00
package godingtalk
import (
"testing"
)
func TestCreateFile(t *testing.T) {
file, err := c.CreateFile(1024)
t.Log(file, err)
}