From 34023f609b5361252224bbcaf0ae5c4fbab2a225 Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Thu, 6 Feb 2025 07:52:20 +0100 Subject: [PATCH] Do not include imports and package --- .continuerules | 1 + 1 file changed, 1 insertion(+) diff --git a/.continuerules b/.continuerules index 10a4743..9562b67 100644 --- a/.continuerules +++ b/.continuerules @@ -4,3 +4,4 @@ Do not explain obvious concepts, you can assume that I am knowledgeable about mo Always assume the following points: - any code should be written in Go - any SQL should assume SQLite3 + - Go code should omit the package declaration and import statements for brevity