Page MenuHomeMusing Studio

main_test.go
No OneTemporary

main_test.go

package writefreely
import (
"encoding/gob"
"math/rand"
"os"
"testing"
"time"
)
// TestMain provides testing infrastructure within this package.
func TestMain(m *testing.M) {
rand.Seed(time.Now().UTC().UnixNano())
gob.Register(&User{})
os.Exit(m.Run())
}

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 17, 5:12 AM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3591301

Event Timeline