James Shubin
|
af1c952700
|
lang: funcs: funcgen: Allow []string as inputs
This allows us to have the strings.Join function generated.
|
2023-11-27 21:00:03 -05:00 |
|
James Shubin
|
ce2f7112a3
|
lang: funcs: funcgen: Don't nest unnecessarily
Clean up the code.
|
2023-11-27 19:57:54 -05:00 |
|
James Shubin
|
a7624a2bf9
|
legal: Happy 2023 everyone...
Done with:
ack '2022+' -l | xargs sed -i -e 's/2022+/2023+/g'
Checked manually with:
git add -p
Hello to future James from 2024, and Happy Hacking!
|
2023-03-05 18:31:52 -05:00 |
|
James Shubin
|
3cea422365
|
legal: Happy 2022 everyone...
Done with:
ack '2021+' -l | xargs sed -i -e 's/2021+/2022+/g'
Checked manually with:
git add -p
Hello to future James from 2023, and Happy Hacking!
|
2022-08-05 23:06:27 -04:00 |
|
James Shubin
|
336a38081a
|
legal: Happy 2021 everyone...
Done with:
ack '2020+' -l | xargs sed -i -e 's/2020+/2021+/g'
Checked manually with:
git add -p
Hello to future James from 2022, and Happy Hacking!
|
2021-01-31 16:52:46 -05:00 |
|
James Shubin
|
2648fb1bb1
|
legal: Happy 2020 everyone...
Done with:
ack '2019+' -l | xargs sed -i -e 's/2019+/2020+/g'
Checked manually with:
git add -p
Hello to future James from 2021, and Happy Hacking!
|
2020-01-03 20:08:37 -05:00 |
|
Julien Pivotto
|
7f4ad76298
|
lang: funcs: Fix autogenerated comments
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
|
2019-11-01 11:18:48 +01:00 |
|
Julien Pivotto
|
0cbfaf98f3
|
lang: funcs: Support for []byte
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
|
2019-10-30 22:14:08 +01:00 |
|
James Shubin
|
631124e658
|
lang: funcs: Add nitpicks from funcgen
Discussed nitpicks with roidelapluie to clean up slightly for
consistency.
|
2019-10-30 08:51:11 -04:00 |
|
Julien Pivotto
|
1685ee1ecb
|
lang: funcs: Autogenerated a lot of new functions
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
|
2019-10-30 08:42:53 -04:00 |
|
James Shubin
|
07f542b4d7
|
legal: Happy 2019 everyone...
Done with:
ack '2018+' -l | xargs sed -i -e 's/2018+/2019+/g'
Checked manually with:
git add -p
Hello to future James from 2020, and Happy Hacking!
|
2019-03-24 15:08:50 -04:00 |
|
James Shubin
|
00db953c9f
|
lang: funcs: funcgen: Clean up some small details
Some small changes were needed, here they are. Unfortunately this only
supports the `string` type at the moment.
|
2019-02-21 13:06:29 -05:00 |
|