From e793a5961d4b400ec122391e21f77e663ac47225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Ram=C3=ADrez?= Date: Tue, 5 Oct 2021 19:00:21 +0000 Subject: [PATCH] Add strconv --- internal/codespaces/api/api.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/codespaces/api/api.go b/internal/codespaces/api/api.go index fd1bba99e..e3d856230 100644 --- a/internal/codespaces/api/api.go +++ b/internal/codespaces/api/api.go @@ -34,6 +34,7 @@ import ( "fmt" "io/ioutil" "net/http" + "strconv" "strings" "time"