Skip to content

Commit

Permalink
fix: go template import
Browse files Browse the repository at this point in the history
  • Loading branch information
shifty11 committed Mar 7, 2024
1 parent 25f247f commit e78ed9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/kystrap/templates/go/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package utils

import (
"encoding/json"
"io"
"net/http"
)

Expand Down Expand Up @@ -31,4 +32,4 @@ func GetFromUrl(url string) ([]byte, error) {
defer resp.Body.Close()

return io.ReadAll(resp.Body)
}
}

0 comments on commit e78ed9b

Please sign in to comment.