cweill / gotests

Automatically generate Go test boilerplate from your source code.
Apache License 2.0
4.95k stars 345 forks source link

Allow users to pass external parameters to custom templates #96

Closed cweill closed 5 years ago

cweill commented 5 years ago

Custom templates may take additional arguments no specified by gotests. Enable users to pass these custom args via a flag, either as a serialized JSON string, or as a path to a JSON file.