changed the order of the import library
This commit is contained in:
parent
e7291c1fc5
commit
dcf1e5c80b
1 changed files with 5 additions and 5 deletions
2
main.go
2
main.go
|
@ -41,6 +41,7 @@ import (
|
|||
"golesson/channels"
|
||||
"golesson/conditionals"
|
||||
"golesson/defer_statement"
|
||||
"golesson/error_handling"
|
||||
"golesson/examplerange"
|
||||
"golesson/functions"
|
||||
"golesson/goroutines"
|
||||
|
@ -52,7 +53,6 @@ import (
|
|||
"golesson/structs"
|
||||
"golesson/variables"
|
||||
"time"
|
||||
"golesson/error_handling"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Add table
Reference in a new issue