From f5abd5d858408f0292f869354060325a61939831 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Mon, 28 Aug 2017 10:27:04 +0700 Subject: [PATCH] delete empty files in the integration tests folder These empty files were necessary in Go 1.8, but are obsolete now. --- integrationtests/chrome/chrome.go | 1 - integrationtests/gquic/gquic.go | 1 - integrationtests/self/self.go | 1 - 3 files changed, 3 deletions(-) delete mode 100644 integrationtests/chrome/chrome.go delete mode 100644 integrationtests/gquic/gquic.go delete mode 100644 integrationtests/self/self.go diff --git a/integrationtests/chrome/chrome.go b/integrationtests/chrome/chrome.go deleted file mode 100644 index 7b442802..00000000 --- a/integrationtests/chrome/chrome.go +++ /dev/null @@ -1 +0,0 @@ -package chrome diff --git a/integrationtests/gquic/gquic.go b/integrationtests/gquic/gquic.go deleted file mode 100644 index 36ba02f3..00000000 --- a/integrationtests/gquic/gquic.go +++ /dev/null @@ -1 +0,0 @@ -package gquic diff --git a/integrationtests/self/self.go b/integrationtests/self/self.go deleted file mode 100644 index 51e34e22..00000000 --- a/integrationtests/self/self.go +++ /dev/null @@ -1 +0,0 @@ -package self