From eead4d0046995c11314347b5963a7b4770a1c86e Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 2 Jul 2019 18:14:51 +0200 Subject: [feat] add make prepare target to Makefile --- branding/template/config.go | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'branding/template') diff --git a/branding/template/config.go b/branding/template/config.go index c3a9a33..67908c0 100644 --- a/branding/template/config.go +++ b/branding/template/config.go @@ -1,16 +1,11 @@ -/* - DO NOT EDIT -------------------------------------------------- - - This file has been automatically generated by `go generate`. - Any changes will be overriden. - - DO NOT EDIT -------------------------------------------------- -*/ +// Code generated by go generate; DO NOT EDIT. +// This file was generated by vendorize.py +// At $timeStamp package config /* All these constants are defined in the vendor.conf file -*/ + */ const ( Provider = "$providerURL" ApplicationName = "$applicationName" -- cgit v1.2.3