Force generation of flag types to use gopkg import

This commit is contained in:
Jake Champlin 2016-08-28 01:36:49 -04:00
parent b93207160f
commit 2ab83fab2a
No known key found for this signature in database
GPG Key ID: DC31F41958EF4AC2

View File

@ -193,6 +193,8 @@ def _write_altsrc_flag_types(outfile, types):
_fwrite(outfile, """\ _fwrite(outfile, """\
package altsrc package altsrc
import "gopkg.in/urfave/cli.v2"
// WARNING: This file is generated! // WARNING: This file is generated!
""") """)