summaryrefslogtreecommitdiff
path: root/a_test.go
blob: debcddb21e1d25dd53fb3fda66027f569e000a54 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* For go test with go version < 1.4 */

package main

import (
	"testing"
)

func TestMain(t *testing.T) {
	InitDB()
}