92c5c846e2
In some cases the value of a variable may contain an equals sign, which would not work in the previous version. This uses `SplitN` to split the variable specifier into a pre-determined number (2) of sub-slices. Further `=`-symbols will then be included in the second substring. |
||
---|---|---|
.. | ||
testdata | ||
context.go | ||
context_test.go |