File: add-dummy-file.patch

package info (click to toggle)
golang-github-zorkian-go-datadog-api 2.30.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,628 kB
  • sloc: makefile: 28; sh: 13
file content (12 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Description: in case you want to run the tests, this dummy file is needed
Author: Thorsten Alteholz <debian@alteholz.de>
Index: golang-github-zorkian-go-datadog-api/integration/dummy.go
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ golang-github-zorkian-go-datadog-api/integration/dummy.go	2019-11-04 02:32:34.211957343 +0000
@@ -0,0 +1,5 @@
+package integration
+
+func dummy(){
+  
+}