Files
eiblog/disqus_test.go
deepzz0 ddf508825c init
2016-09-29 02:59:27 +08:00

10 lines
88 B
Go

package main
import (
"testing"
)
func TestDisqus(t *testing.T) {
CommentsCount()
}