Files
mattermost/api/server_test.go

12 lines
175 B
Go
Raw Normal View History

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