Files
mattermost/api/server_test.go
=Corey Hulen 56e74239d6 first commit
2015-06-14 23:53:32 -08:00

12 lines
174 B
Go

// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
// See License.txt for license information.
package api
import (
"testing"
)
func TestServer(t *testing.T) {
}