mark-pictor-csec / gotests_template_cmp

gotests templates using cmp.Diff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Templates for gotests. Pass in using -template_dir.

enable in vscode

this can be added in the gui or by editing the json

in the gui, add two args: -template_dir /path/to/gotests_template_cmp

or in json:

    "go.generateTestsFlags": [
        "-template_dir","/path/to/gotests_template_cmp"
    ],

About

gotests templates using cmp.Diff