From c128865c4c7411c29a59fca9a3a2f95537686d7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20B=C3=BCtow?= Date: Mon, 20 Jan 2020 18:41:05 +0000 Subject: Move commands to cmd/ and move internal dependencies to internal/ --- config/client.go | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 config/client.go (limited to 'config/client.go') diff --git a/config/client.go b/config/client.go deleted file mode 100644 index 1515aae..0000000 --- a/config/client.go +++ /dev/null @@ -1,11 +0,0 @@ -package config - -// ClientConfig represents a DTail client configuration (empty as of now as there -// are no available config options yet, but that may changes in the future). -type ClientConfig struct { -} - -// Create a new default client configuration. -func newDefaultClientConfig() *ClientConfig { - return &ClientConfig{} -} -- cgit v1.2.3