tvl-depot/context
Vincent Ambo 92c5c846e2 fix(context): Use SplitN to split CLI variable specifications
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.
2018-06-21 14:07:47 +02:00
..
testdata refactor(context): Implement more explicit merging of variables 2018-06-09 19:16:23 +02:00
context.go fix(context): Use SplitN to split CLI variable specifications 2018-06-21 14:07:47 +02:00
context_test.go feat(context): Support loading import variables from absolute paths 2018-06-09 20:21:29 +02:00