Files
service/name_test.go
T
2015-09-01 09:34:29 -07:00

14 lines
261 B
Go

// Copyright 2015 Daniel Theophanes.
// Use of this source code is governed by a zlib-style
// license that can be found in the LICENSE file.
package service
import (
"testing"
)
func TestPlatformName(t *testing.T) {
t.Logf("Platform is %v", Platform())
}