19 lines
573 B
YAML
19 lines
573 B
YAML
|
|
# This project was generated using a Cookiecutter template:
|
||
|
|
# https://github.com/daotl/go-template
|
||
|
|
|
||
|
|
cookiecutter_inputs:
|
||
|
|
project_name: "go-trustlog"
|
||
|
|
go_module_path: "gitea.internetapi.cn/trustlog-sd"
|
||
|
|
license_owner: "example"
|
||
|
|
base_branch: "main"
|
||
|
|
contact_email: ""
|
||
|
|
project_description: "TrustlogSdk is a Go application created using https://github.com/daotl/go-template"
|
||
|
|
github_specific_features: "n"
|
||
|
|
private_project: "y"
|
||
|
|
use_codecov: "y"
|
||
|
|
use_lefthook: "y"
|
||
|
|
use_precommit: "y"
|
||
|
|
go_version: "1.24"
|
||
|
|
go_toolchain_version: "1.24.5"
|
||
|
|
license: "MIT"
|