pytogo / portforward

Kubernetes Port-Forward Go-Edition For Python
https://portforward.readthedocs.io
MIT License
17 stars 6 forks source link

Replace strings.TrimLeft with strings.TrimPrefix #28

Closed caiobrentano closed 1 year ago

caiobrentano commented 1 year ago

Replace strings.TrimLeft with strings.TrimPrefix to avoid trimming the letters h,t,p, and s from the beginning of URLs

Fixes #27