mirror of
https://github.com/rancher/os.git
synced 2025-07-02 09:41:47 +00:00
Merge pull request #1542 from SvenDowideit/underscore_filenames
If golint can't deal with dashes, then argh!
This commit is contained in:
commit
48acef5336
@ -1,8 +1,8 @@
|
|||||||
package integration
|
package integration
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"strings"
|
|
||||||
. "gopkg.in/check.v1"
|
. "gopkg.in/check.v1"
|
||||||
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (s *QemuSuite) TestOsRelease(c *C) {
|
func (s *QemuSuite) TestOsRelease(c *C) {
|
Loading…
Reference in New Issue
Block a user