This commit is contained in:
Kistaro Windrider 2023-12-09 21:08:52 -08:00
parent 3bd611feab
commit 8bf78d1cc6
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -2,9 +2,9 @@ package main
import ( import (
"fmt" "fmt"
"strings"
"log" "log"
"os" "os"
"strings"
) )
type RGBA struct { type RGBA struct {