Replace space indent with tab

This commit is contained in:
wenyu
2022-06-22 14:07:54 +08:00
parent 6f0bdfe924
commit 6b51b6fcd4
19 changed files with 955 additions and 955 deletions

View File

@@ -1,12 +1,12 @@
package main
import (
"github.com/fishtailstudio/imgo"
"image/color"
"github.com/fishtailstudio/imgo"
"image/color"
)
func main() {
imgo.Canvas(500, 500, color.White).
Insert("gopher.png", 100, 100).
Save("out.png")
imgo.Canvas(500, 500, color.White).
Insert("gopher.png", 100, 100).
Save("out.png")
}