service: remove DependsOn. Update documentation. Fix test.

This commit is contained in:
Daniel Theophanes
2015-01-18 16:58:47 -08:00
parent b7b2695e94
commit 20f13ca16f
3 changed files with 18 additions and 9 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ import (
)
func TestPlatformName(t *testing.T) {
t.Logf("Platform is %v", Local)
t.Logf("Platform is %v", Platform())
}