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 --- pkg/config/config.go | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'pkg') diff --git a/pkg/config/config.go b/pkg/config/config.go index 29f724a..eabdbef 100644 --- a/pkg/config/config.go +++ b/pkg/config/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 2019-07-02 18:39:16 package config /* All these constants are defined in the vendor.conf file -*/ + */ const ( Provider = "riseup.net" ApplicationName = "RiseupVPN" @@ -26,7 +21,7 @@ const ( CaCert : a string containing a representation of the provider CA, used to sign the webapp and openvpn certificates. should be placed in - config/[provider]/ca.crt + config/[provider]-ca.crt */ var CaCert = []byte(`-----BEGIN CERTIFICATE----- -- cgit v1.2.3