mirror of
https://github.com/Fluffy-Bean/ColouringApp.git
synced 2025-01-15 01:45:13 +00:00
Merge pull request #2 from Fluffy-Bean/deepsource-transform-d8cc5dd2
style: format code with Gofumpt
This commit is contained in:
commit
2a7da88b4b
5
main.go
5
main.go
|
@ -2,10 +2,11 @@ package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
gui "github.com/gen2brain/raylib-go/raygui"
|
|
||||||
raylib "github.com/gen2brain/raylib-go/raylib"
|
|
||||||
"os"
|
"os"
|
||||||
"strconv"
|
"strconv"
|
||||||
|
|
||||||
|
gui "github.com/gen2brain/raylib-go/raygui"
|
||||||
|
raylib "github.com/gen2brain/raylib-go/raylib"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in a new issue