No description
Find a file
Lucas 07daead293 Replace deprecated rand.Seed with rand.New
Updates random number generation to use the modern approach with
rand.New(rand.NewSource()) instead of the deprecated rand.Seed().

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-14 02:31:35 +02:00
.gitignore Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
account.html Add authentication system with Authelia integration 2025-06-14 01:56:00 +02:00
ajax.html Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
CLAUDE.md Add authentication system with Authelia integration 2025-06-14 01:56:00 +02:00
echo-test.html Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
go.mod Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
go.sum Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
index.html Add authentication system with Authelia integration 2025-06-14 01:56:00 +02:00
items.html Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
main.go Replace deprecated rand.Seed with rand.New 2025-06-14 02:31:35 +02:00
random.html Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
styles.css Initial commit: Web development playground 2025-06-14 01:38:32 +02:00