osbuild: remove dead code
The helper functions were never used, we should aim to use the osbuild types just as regular structs for serialization purposes. Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
7967ecbbf8
commit
895a4769e3
3 changed files with 2 additions and 24 deletions
|
|
@ -1,9 +1,10 @@
|
|||
package blueprint
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestDeepCopy(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue