diff options
| author | Paul Bütow <pbuetow@mimecast.com> | 2020-01-20 18:41:05 +0000 |
|---|---|---|
| committer | Paul Bütow <pbuetow@mimecast.com> | 2020-01-21 14:35:23 +0000 |
| commit | c128865c4c7411c29a59fca9a3a2f95537686d7b (patch) | |
| tree | 193bccc70d942c8b70cc93fae2670263701e43aa /discovery/comma.go | |
| parent | 3755a9911ecb05886577095f2b8cc8b9e4066a3a (diff) | |
Move commands to cmd/ and move internal dependencies to internal/
Diffstat (limited to 'discovery/comma.go')
| -rw-r--r-- | discovery/comma.go | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/discovery/comma.go b/discovery/comma.go deleted file mode 100644 index c7c9d75..0000000 --- a/discovery/comma.go +++ /dev/null @@ -1,12 +0,0 @@ -package discovery - -import ( - "dtail/logger" - "strings" -) - -// ServerListFromCOMMA retrieves a list of servers from comma separated input list. -func (d *Discovery) ServerListFromCOMMA() []string { - logger.Debug("Retrieving server list from comma separated list", d.server) - return strings.Split(d.server, ",") -} |
