Syntax check and fixing

This commit is contained in:
Sergey Shubin svs1370
2021-02-12 17:32:40 +03:00
parent c472e5ddbf
commit c928d996ed
28 changed files with 1001 additions and 1212 deletions

View File

@@ -18,10 +18,10 @@ limitations under the License.
package decort
import (
"log"
log "github.com/sirupsen/logrus"
"github.com/hashicorp/terraform/helper/schema"
// "github.com/hashicorp/terraform/helper/validation"
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
// "github.com/hashicorp/terraform-plugin-sdk/helper/validation"
)
func parseGuestLogins(logins []OsUserRecord) []interface{} {