From 2060d41ed451f361694c2f86443575e51859a423 Mon Sep 17 00:00:00 2001 From: morfeush22 Date: Wed, 23 Jan 2019 11:01:03 +0100 Subject: [PATCH] optimize imports --- asd.html | 107 ++++++++++++++++++++++++++ report/resourceReports/ec2report.go | 2 +- report/resourceReports/html_report.go | 2 +- 3 files changed, 109 insertions(+), 2 deletions(-) create mode 100644 asd.html diff --git a/asd.html b/asd.html new file mode 100644 index 0000000..9c3461e --- /dev/null +++ b/asd.html @@ -0,0 +1,107 @@ + + + + + + + + + + \ No newline at end of file diff --git a/report/resourceReports/ec2report.go b/report/resourceReports/ec2report.go index 2f81e09..1b4c452 100644 --- a/report/resourceReports/ec2report.go +++ b/report/resourceReports/ec2report.go @@ -8,11 +8,11 @@ import ( "github.com/Appliscale/cloud-security-audit/environment" "github.com/Appliscale/cloud-security-audit/report" "github.com/Appliscale/cloud-security-audit/resource" + "html/template" "os" "sort" "strconv" "strings" - "html/template" ) type Ec2Report struct { diff --git a/report/resourceReports/html_report.go b/report/resourceReports/html_report.go index 2c8d6cb..d5cb3be 100644 --- a/report/resourceReports/html_report.go +++ b/report/resourceReports/html_report.go @@ -108,4 +108,4 @@ func GetHtmlTemplate() string { ` -} \ No newline at end of file +}