diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2023-03-19 21:31:54 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2023-03-19 21:31:54 -0400 |
| commit | e34b2a5d28970f0fd3ae677180a1e33488245a4c (patch) | |
| tree | ef090e783ace329dac9df1d92ed237469a466e9d /context.go | |
| parent | e89af5debb3a5d15a571d501bdd12b1fd8861cea (diff) | |
fix new lint errors
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'context.go')
| -rw-r--r-- | context.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ func (c *tmplctx) Env() map[string]string { } // createTmplContext reads the datasources for the given aliases -func createTmplContext(ctx context.Context, aliases []string, +func createTmplContext(_ context.Context, aliases []string, //nolint:staticcheck d *data.Data) (interface{}, error) { var err error |
