From 1f3fcfa9366e49b371c7be2b5c90b957ce93b8dd Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Sun, 29 Apr 2018 15:37:13 +0200 Subject: update documentation with new Gophercloud best practices --- backend.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'backend.go') diff --git a/backend.go b/backend.go index 30013b1..50d8e4c 100644 --- a/backend.go +++ b/backend.go @@ -24,8 +24,6 @@ import ( //Backend is the interface between Schwift and the libraries providing //authentication for it. -// -//TODO list implementations type Backend interface { //EndpointURL returns the endpoint URL from the Keystone catalog for the //Swift account that this backend operates on. It should look like -- cgit v1.2.3