Do not include imports and package

This commit is contained in:
Sebastiaan de Schaetzen 2025-02-06 07:52:20 +01:00
parent 7130680fa0
commit 34023f609b

View File

@ -4,3 +4,4 @@ Do not explain obvious concepts, you can assume that I am knowledgeable about mo
Always assume the following points: Always assume the following points:
- any code should be written in Go - any code should be written in Go
- any SQL should assume SQLite3 - any SQL should assume SQLite3
- Go code should omit the package declaration and import statements for brevity