Allow byte array/slice be given as value 71/171/3 v0.1.1
authorMarco Tallskog <marco.tallskog@nokia.com>
Fri, 17 May 2019 10:05:00 +0000 (13:05 +0300)
committerMarco Tallskog <marco.tallskog@nokia.com>
Fri, 17 May 2019 11:09:56 +0000 (14:09 +0300)
commita66fcfb6cc2918cb06945ebb2f84f0c9f440ec09
tree6cb5478b9074e6b10c55b4d5090e87fb9e10bc4d
parent738be7ac9cf248eae4783353df252b0f90dc6c77
Allow byte array/slice be given as value

An error was given if byte slice or array was given as a value, now they
are allowed. However, other types or slices are not allowed as value.

Change-Id: Ia0c4515498a1b0e03a002a7d4357adb6d262213a
Signed-off-by: Marco Tallskog <marco.tallskog@nokia.com>
sdl.go
sdl_test.go