mirror of
https://github.com/fishtailstudio/imgo
synced 2025-10-05 16:26:54 +08:00
Replace space indent with tab
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/fishtailstudio/imgo"
|
||||
"github.com/fishtailstudio/imgo"
|
||||
)
|
||||
|
||||
func main() {
|
||||
base64Img := imgo.Load("gopher.png").ToBase64()
|
||||
imgo.Load(base64Img).Save("out.png")
|
||||
base64Img := imgo.Load("gopher.png").ToBase64()
|
||||
imgo.Load(base64Img).Save("out.png")
|
||||
}
|
||||
|
Reference in New Issue
Block a user