restructure to go structure
This commit is contained in:
5
cmd/plt-server/main.go
Normal file
5
cmd/plt-server/main.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
|
||||
}
|
||||
9
cmd/plt-server/main_test.go
Normal file
9
cmd/plt-server/main_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestHelloWorld(t *testing.T) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user