1
0
mirror of https://github.com/6543/go-hexcolor synced 2025-09-01 14:01:24 +00:00

rename package

This commit is contained in:
2020-09-10 23:34:53 +02:00
parent 70da91da44
commit e4af37c7a1
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package go_hexcolor
package hexcolor
import (
"fmt"

View File

@ -1,4 +1,4 @@
package go_hexcolor
package hexcolor
import (
"testing"