From 0e3ca30189ccee9b1a6464aabaef6d3c21455b20 Mon Sep 17 00:00:00 2001 From: jffarge Date: Fri, 22 Oct 2021 16:18:15 +0200 Subject: [PATCH] remove comments Signed-off-by: jffarge --- stdlib/http/http.cue | 1 - stdlib/http/tests/http.cue | 3 --- 2 files changed, 4 deletions(-) diff --git a/stdlib/http/http.cue b/stdlib/http/http.cue index 48672474..c1d2f538 100644 --- a/stdlib/http/http.cue +++ b/stdlib/http/http.cue @@ -2,7 +2,6 @@ package http import ( "encoding/json" - // "strconv" "alpha.dagger.io/alpine" "alpha.dagger.io/dagger" diff --git a/stdlib/http/tests/http.cue b/stdlib/http/tests/http.cue index a4506ef4..1a25a6c4 100644 --- a/stdlib/http/tests/http.cue +++ b/stdlib/http/tests/http.cue @@ -1,9 +1,6 @@ package http import ( - // "encoding/json" - // "strconv" - "alpha.dagger.io/alpine" "alpha.dagger.io/os" )