f3ee2b636a
This will add a new target (fixstyle) to Makefile that runs gofmt tool. Type: style Signed-off-by: Filip Tehlar <ftehlar@cisco.com> Change-Id: Icba60633f82aa8bbc75749f080e00f0375b55a18
11 lines
161 B
Go
11 lines
161 B
Go
package main
|
|
|
|
type NsSuite struct {
|
|
HstSuite
|
|
}
|
|
|
|
func (s *NsSuite) SetupSuite() {
|
|
s.teardownSuite = setupSuite(&s.Suite, "ns")
|
|
s.loadContainerTopology("ns")
|
|
}
|