refactor: refactoring of code to meet all golangci-lint requirements

This commit is contained in:
Jonas Kaninda
2024-11-17 06:39:24 +01:00
parent c76cf5bd41
commit 4d75e7d31d
2 changed files with 1 additions and 3 deletions

View File

@@ -15,9 +15,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
import (
"github.com/jkaninda/goma-gateway/cmd"
)
import "github.com/jkaninda/goma-gateway/cmd"
func main() {