mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-04 13:52:26 +08:00
10 lines
85 B
Go
10 lines
85 B
Go
package main
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestDisqus(t *testing.T) {
|
|
PostsCount()
|
|
}
|