Automated formatting for go1.17

This commit is contained in:
Marc Ole Bulling
2021-12-12 20:06:33 +01:00
parent 8e10f3710c
commit 1b300a6691
24 changed files with 29 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
// +build !integration
// +build test
//go:build !integration && test
// +build !integration,test
package main

View File

@@ -1,3 +1,4 @@
//go:build test
// +build test
package configuration

View File

@@ -1,3 +1,4 @@
//go:build test
// +build test
package cloudconfig

View File

@@ -1,3 +1,4 @@
//go:build test
// +build test
package downloadstatus

View File

@@ -1,3 +1,4 @@
//go:build test
// +build test
package environment

View File

@@ -1,3 +1,4 @@
//go:build test
// +build test
package helper

View File

@@ -1,3 +1,4 @@
//go:build test
// +build test
package helper

View File

@@ -1,3 +1,4 @@
//go:build test
// +build test
package logging

View File

@@ -1,3 +1,4 @@
//go:build test
// +build test
package models

View File

@@ -1,3 +1,4 @@
//go:build test
// +build test
package models

View File

@@ -1,3 +1,4 @@
//go:build test
// +build test
package storage

View File

@@ -1,3 +1,4 @@
//go:build !noaws && !awsmock
// +build !noaws,!awsmock
package aws

View File

@@ -1,3 +1,4 @@
//go:build !noaws && awsmock
// +build !noaws,awsmock
package aws

View File

@@ -1,3 +1,4 @@
//go:build noaws
// +build noaws
package aws

View File

@@ -1,6 +1,5 @@
// +build awstest
// +build !awsmock
// +build test
//go:build awstest && !awsmock && test
// +build awstest,!awsmock,test
package aws

View File

@@ -1,4 +1,5 @@
// +build test
//go:build test
// +build test
package test

View File

@@ -1,3 +1,4 @@
//go:build test
// +build test
package test

View File

@@ -1,4 +1,5 @@
// +build test
//go:build test
// +build test
package testconfiguration

View File

@@ -1,3 +1,4 @@
//go:build test
// +build test
package testconfiguration

View File

@@ -1,5 +1,5 @@
// +build !integration
// +build test
//go:build !integration && test
// +build !integration,test
package webserver

View File

@@ -1,3 +1,4 @@
//go:build test
// +build test
package api

View File

@@ -1,3 +1,4 @@
//go:build test
// +build test
package fileupload

View File

@@ -1,3 +1,4 @@
//go:build test
// +build test
package sessionmanager

View File

@@ -1,3 +1,4 @@
//go:build test
// +build test
package ssl