changed the order of the import library

This commit is contained in:
Mert Gör 🇹🇷 2024-01-30 08:01:13 +03:00
parent e7291c1fc5
commit dcf1e5c80b
Signed by: hwpplayer1
GPG key ID: 03E547D043AB6C8F

View file

@ -41,6 +41,7 @@ import (
"golesson/channels" "golesson/channels"
"golesson/conditionals" "golesson/conditionals"
"golesson/defer_statement" "golesson/defer_statement"
"golesson/error_handling"
"golesson/examplerange" "golesson/examplerange"
"golesson/functions" "golesson/functions"
"golesson/goroutines" "golesson/goroutines"
@ -52,7 +53,6 @@ import (
"golesson/structs" "golesson/structs"
"golesson/variables" "golesson/variables"
"time" "time"
"golesson/error_handling"
) )
func main() { func main() {