misc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.alexwennerberg.com/misc
Log | Files | Refs | README | LICENSE

commit 6003c4647c386f849571022599f64bc98424422d
parent c921d760d0899b1fd9f3045298189155aec32322
Author: alex wennerberg <alex@alexwennerberg.com>
Date:   Sun, 20 Nov 2022 13:46:17 -0800

bigger avatar

Diffstat:
Mavatar.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/avatar.go b/avatar.go @@ -38,7 +38,7 @@ var avatarcolors = [4][4]byte{ } // x and y dimensions in pixels -const size = 16 +const size = 400 func genAvatar(name string) []byte { h := sha512.New()