From 66cbc5d18167837d7aa1b655d0a7db27722421f2 Mon Sep 17 00:00:00 2001 From: adlerhurst <27845747+adlerhurst@users.noreply.github.com> Date: Thu, 8 May 2025 19:03:14 +0200 Subject: [PATCH] doc --- backend/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/main.go b/backend/main.go index fa01b77310..bd786aaf78 100644 --- a/backend/main.go +++ b/backend/main.go @@ -1,6 +1,6 @@ -/* -Copyright © 2025 NAME HERE -*/ +// huhu thanks for looking at this. +// you can find more comments and doc.go files in the v3 package. +// to get an overview i would start in the api package. package main import "github.com/zitadel/zitadel/backend/cmd"