bestgopher

Results 20 issues of bestgopher

If an addr parameter is not passed in `Run`, it will get `PORT` env variable. If there is not a PORT variable,it will use default port - `8080`. But sometimes,...

enhancement

`url.Parse` cannot check the validity of the url. Here is a simple uinttest function. ``` func TestCheckURL(t *testing.T) { //The value is true if the url is valid urls :=...

![image](https://user-images.githubusercontent.com/36840497/222753483-efa4908f-ad6a-448b-83dc-ec20851b3a58.png) Maybe there are some error. Should we change the field's name from CreatedAt to Created?

If the filenames here are a mix of uppercase and lowercase initials, sorting will put all files starting with uppercase letters in front, and those starting with lowercase letters at...

```shell -> root@10-252-51-190 ~/youki git:(main) 2? # just youki-release /root/youki/scripts/build.sh -o /root/youki -r -c youki * FEATURES: * TARGET: x86_64-unknown-linux-gnu /root/youki/scripts/build.sh: line 60: FEATURES[@]: unbound variable error: Recipe `youki-release` failed...

I dont want to get logging massage, could you add a params like `log=False` to close logger.warning msg。 ` if log: logger.warning( exc.__class__.__name__ + ' -> Attempts (%(attempt)d) are over...