mirror of
https://codeberg.org/scip/kleingebaeck.git
synced 2025-12-16 12:01:00 +01:00
* added lint targets * fix linter errors * enhance error handling * !!BREAKING!! rename Id to ID in tpls
7 lines
131 B
Plaintext
7 lines
131 B
Plaintext
user = 1
|
|
loglevel = "verbose"
|
|
outdir = "t/out"
|
|
template="""
|
|
{{.Title}}{{.Price}}{{.ID}}{{.Category}}{{.Condition}}{{.Created}}
|
|
"""
|