|
|
|
|
|
by masklinn
1036 days ago
|
|
> It's a little magical that "user" is a key. So what if you have multiple key-value pairs? You... add them afterwards? It's really just a plist (https://www.gnu.org/software/emacs/manual/html_node/elisp/Pr...), that's hardly novel. The method takes any number of parameters and pairs them up as key, value. Or if you really hate yourself, you use LogAttrs with explicitly constructed Attr objects. > I really like Pythons approach where you can have user="value" it makes things a bit more clear. The trouble is, Go doesn't have keyword parameters so that doesn't work. |
|