ayan george
ayan george
My only suggestion is to avoid fasthttp at all costs. Justify using something other than `net/http` with benchmarks and when you do, ensure that you've optimized everything else. fasthttp isn't...
if noone else does, i'll take a look this afternoon. assigning to myself as a reminder.
i can't reproduce; will try to set up the same environment: `OS Version: FreeBSD 13.0-STABLE FreeBSD 13.0-STABLE #0 stable/13-n248759-3684bb89d52`
If it doesn't exsit, adding `Compare()` or maybe `Equal()` as a method to the UUID type might be interesting too like: ``` if myuuid.Equal(theiruuid) { // do stuff } ```
@pborman - d'oh! thank you. i didn't consider that while i was typing.
@GitKalle -- the problem is that the "magic number" (the first line of the script) is `#!/bin/bash`. FreeBSD, rightfully, puts bash in `/usr/local/bin/bash`. If you change that it should work....
> Perfect, it works. Thank you very much. awesome! now submit a pull request fixing the `#!` line in all of the scripts to use `/usr/bin/env` instead of `bash` directly....
can this be closed now?