From 934c2515cc594d0fbccd722bbbc1fe9bc7361c47 Mon Sep 17 00:00:00 2001 From: Mark Feit Date: Sat, 4 Dec 2021 10:23:42 -0500 Subject: [PATCH] Import context --- src/duplicacy_swiftstorage.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/duplicacy_swiftstorage.go b/src/duplicacy_swiftstorage.go index 83ac32ab..8a909059 100644 --- a/src/duplicacy_swiftstorage.go +++ b/src/duplicacy_swiftstorage.go @@ -1,10 +1,11 @@ -// Copyright (c) Acrosync LLC. All rights reserved. +n// Copyright (c) Acrosync LLC. All rights reserved. // Free for personal use and commercial trial // Commercial use requires per-user licenses available from https://duplicacy.com package duplicacy import ( + "context" "strconv" "strings" "time"