Skip to content

Commit a123d79

Browse files
mikejihbecodycushing
authored andcommitted
Move core package to main
1 parent 2ea50e9 commit a123d79

File tree

78 files changed

+115
-117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+115
-117
lines changed

core/console_history_data_datasource.go renamed to core_console_history_data_datasource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
22

3-
package core
3+
package main
44

55
import (
66
"github.com/hashicorp/terraform/helper/schema"

core/console_history_data_datasource_crud.go renamed to core_console_history_data_datasource_crud.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
22

3-
package core
3+
package main
44

55
import (
66
"time"

core/console_history_resource.go renamed to core_console_history_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
22

3-
package core
3+
package main
44

55
import (
66
"fmt"

core/console_history_resource_crud.go renamed to core_console_history_resource_crud.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
22

3-
package core
3+
package main
44

55
import (
66
"github.com/MustWin/baremetal-sdk-go"

core/cpe_datasource.go renamed to core_cpe_datasource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
22

3-
package core
3+
package main
44

55
import (
66
"github.com/hashicorp/terraform/helper/schema"

core/cpe_datasource_crud.go renamed to core_cpe_datasource_crud.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
22

3-
package core
3+
package main
44

55
import (
66
"time"

core/cpe_resource.go renamed to core_cpe_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
22

3-
package core
3+
package main
44

55
import (
66
"github.com/hashicorp/terraform/helper/schema"

core/cpe_resource_crud.go renamed to core_cpe_resource_crud.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
22

3-
package core
3+
package main
44

55
import (
66
"github.com/MustWin/baremetal-sdk-go"

core/dhcp_options_datasource.go renamed to core_dhcp_options_datasource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
22

3-
package core
3+
package main
44

55
import (
66
"github.com/hashicorp/terraform/helper/schema"

core/dhcp_options_datasource_crud.go renamed to core_dhcp_options_datasource_crud.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
22

3-
package core
3+
package main
44

55
import (
66
"time"

0 commit comments

Comments
 (0)