Generate proper package names for sets
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
/*******************************************************************************
|
||||
THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT!
|
||||
*******************************************************************************/
|
||||
package impl
|
||||
package setint
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
@@ -1,14 +1,13 @@
|
||||
/*******************************************************************************
|
||||
THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT!
|
||||
*******************************************************************************/
|
||||
package impl
|
||||
package setint
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/google/go-cmp/cmp/cmpopts"
|
||||
|
||||
"github.com/google/go-cmp/cmp"
|
||||
"github.com/google/go-cmp/cmp/cmpopts"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user