mirror of
https://github.com/jpeletier/koolnova2mqtt.git
synced 2026-01-11 15:11:43 +00:00
bimap: added credits
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package bimap
|
||||
|
||||
// Package bimap provides a threadsafe bidirectional map
|
||||
// original implementation by @vishalkuo: https://github.com/vishalkuo/bimap/
|
||||
|
||||
import "sync"
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
package bimap
|
||||
|
||||
// original implementation by @vishalkuo: https://github.com/vishalkuo/bimap/
|
||||
|
||||
import (
|
||||
"reflect"
|
||||
"runtime/debug"
|
||||
|
||||
Reference in New Issue
Block a user