Add go.mod for stdlib-only module

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
James 2026-02-28 01:14:31 -05:00
parent 95413443a0
commit 0bfb46206d
1 changed files with 3 additions and 0 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module screenshot-server
go 1.23.6