Files
mattermost/api/server_test.go

12 lines
174 B
Go
Raw Normal View History

2015-06-14 23:53:32 -08:00
// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
// See License.txt for license information.
package api
import (
"testing"
)
func TestServer(t *testing.T) {
}