mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 06:13:33 +01:00
[Feature] Suggestion #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zQueal on GitHub (Sep 16, 2024).
For provider files, not supplying a host or scheme should default to
127.0.0.1. Most people are going to be running this on a local webserver to direct proxy traffic, so you can remove a lot of unnecessary config entries by defaulting to localhost if ahost:isn't provided.Turns this;
Into this;
Simple change, but nice default.
@yusing commented on GitHub (Sep 16, 2024):
Nice idea, I'll make it happen for v0.5, v0.4 will no longer be maintained. I'm doing some final testing, expect v0.5-rc1 will come in a few hours.