feat: generating code

This commit is contained in:
Marcel S. Henselin 2026-01-21 09:07:29 +01:00
parent c329d58970
commit 51663cd8d0
1221 changed files with 271709 additions and 2444 deletions

13
tools/copywrite.go Normal file
View file

@ -0,0 +1,13 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
//go:build generate
package tools
import (
// copywrite header generation
_ "github.com/hashicorp/copywrite"
)
//go:generate go run github.com/hashicorp/copywrite headers -d .. --config ../.copywrite.hcl