commit 14a525926a15b8353d6f485016170c3f459ce578
parent 8ca1a69cadb974c0d0d4c63c1f51e24076153e7f
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Wed, 6 Jul 2022 17:41:36 +0200
forgot files
Diffstat:
3 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/go.footer b/gnu-taler-error-codes/go.footer
@@ -0,0 +1 @@
+)
diff --git a/gnu-taler-error-codes/go.header b/gnu-taler-error-codes/go.header
@@ -0,0 +1,26 @@
+/*
+ This file is part of GNU Taler
+ Copyright (C) 2012-2022 Taler Systems SA
+
+ GNU Taler is free software: you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation, either version 3 of the License,
+ or (at your option) any later version.
+
+ GNU Taler is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+ SPDX-License-Identifier: LGPL3.0-or-later
+
+ Note: the LGPL does not apply to all components of GNU Taler,
+ but it does apply to this file.
+ */
+
+package gana
+
+const (
diff --git a/gnu-taler-error-codes/go.template b/gnu-taler-error-codes/go.template
@@ -0,0 +1,8 @@
+
+
+ /**
+ * {{Description}}
+ * Returned with an HTTP status code of #MHD_HTTP_{{HttpStatus_Identifier}} ({{HttpStatus_Value}}).
+ * (A value of 0 indicates that the error is generated client-side).
+ */
+ {{Name}} = {{Value}}