mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 22:30:47 +01:00
fix(notif): stack overflow due to self recursion
This commit is contained in:
@@ -11,7 +11,7 @@ const (
|
||||
)
|
||||
|
||||
func (c Color) HexString() string {
|
||||
return fmt.Sprintf("#%x", c)
|
||||
return fmt.Sprintf("#%x", uint(c))
|
||||
}
|
||||
|
||||
func (c Color) DecString() string {
|
||||
|
||||
Reference in New Issue
Block a user