mirror of
https://github.com/Fluffy-Bean/ColouringApp.git
synced 2025-05-14 07:32:16 +00:00
style: format code with Gofumpt
This commit fixes the style issues introduced in 1dd1460
according to the output
from Gofumpt.
Details: None
This commit is contained in:
parent
1dd1460199
commit
2716d84866
1 changed files with 3 additions and 2 deletions
5
main.go
5
main.go
|
@ -2,10 +2,11 @@ package main
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
gui "github.com/gen2brain/raylib-go/raygui"
|
||||
raylib "github.com/gen2brain/raylib-go/raylib"
|
||||
"os"
|
||||
"strconv"
|
||||
|
||||
gui "github.com/gen2brain/raylib-go/raygui"
|
||||
raylib "github.com/gen2brain/raylib-go/raylib"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Add table
Reference in a new issue