mirror of
https://github.com/lddsb/drone-dingtalk-message.git
synced 2026-07-06 16:02:58 +08:00
11 lines
109 B
Go
11 lines
109 B
Go
package main
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestMain(t *testing.T) {
|
|
main()
|
|
t.Log("main testing finished")
|
|
}
|