struct: reflect slice elements to shadows when 'allowShadow' tag is presented (#196)

This commit is contained in:
Unknwon
2019-07-06 22:25:57 -07:00
parent 2d4014bce1
commit 8659100d2d
3 changed files with 73 additions and 10 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ const (
// Maximum allowed depth when recursively substituing variable names.
depthValues = 99
version = "1.43.1"
version = "1.44.0"
)
// Version returns current package version literal.