ducky/devices

Paddy 2015-11-29 Parent:b6494e1a499e

13:e3ced527d4ab Go to Latest

ducky/devices/vendor/code.google.com/p/go-uuid/uuid/doc.go

Add tests for ToSlice and ToMap. Add simple unit tests that verify that ToSlice and ToMap both work as we expect. These are probably overly-simplistic, but so are the functions we're testing. Not sure about this... feel a bit conflicted. But let's try it.

History
1 // Copyright 2011 Google Inc. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 // The uuid package generates and inspects UUIDs.
6 //
7 // UUIDs are based on RFC 4122 and DCE 1.1: Authentication and Security Services.
8 package uuid