cloudflared-mirror/logger
gofastasf 2827b2fe8f
fix: Use path and filepath operation appropriately
Using path package methods can cause errors on windows machines.

path methods are used for url operations and unix specific operation.

filepath methods are used for file system paths and its cross platform. 

Remove strings.HasSuffix and use filepath.Ext and path.Ext for file and
url extenstions respectively.
2025-04-01 17:59:43 +01:00
..
configuration.go TUN-8730: implement diag/configuration 2024-11-25 11:24:51 -08:00
create.go fix: Use path and filepath operation appropriately 2025-04-01 17:59:43 +01:00
create_test.go TUN-7127: Disconnect logger level requirement for management 2023-04-06 11:31:47 -07:00