From 0d42010b86e9e54714d6ae799e19bd07b20e2908 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Mon, 6 Jan 2025 23:50:46 +0400 Subject: import files sorted alphabetically --- src/main.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/main.go') diff --git a/src/main.go b/src/main.go index e4bae4e..c087df6 100644 --- a/src/main.go +++ b/src/main.go @@ -1,14 +1,14 @@ package main import ( + "bufio" "fmt" + "io" + "os" "regexp" + "slices" "strconv" "strings" - "bufio" - "os" - "io" - "slices" ) type Operation struct { -- cgit v1.2.3