Make sublist its own package

This commit is contained in:
Derek Collison
2012-11-12 14:27:08 -08:00
parent 6630efb298
commit 3ec8cc484e
3 changed files with 2 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
// Copyright 2012 Apcera Inc. All rights reserved.
package gnatsd
package sublist
import (
"sync"

View File

@@ -1,4 +1,4 @@
package gnatsd
package sublist
import (
"bytes"

7
tbd.go
View File

@@ -1,7 +0,0 @@
// Copyright 2012 Apcera Inc. All rights reserved.
package main
func main() {
println("TBD")
}