mirror of
https://github.com/fishtailstudio/imgo
synced 2025-10-06 00:37:08 +08:00
Replace space indent with tab
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
Reference in New Issue
Block a user