8 lines
76 B
Go
8 lines
76 B
Go
package docker
|
|
|
|
import (
|
|
)
|
|
|
|
func BuildContainer() string{
|
|
return "test"
|
|
} |