bimap: added credits

This commit is contained in:
Javier Peletier
2020-12-12 12:28:28 +01:00
parent 682038470a
commit ad21f2a46f
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
package bimap package bimap
// Package bimap provides a threadsafe bidirectional map // Package bimap provides a threadsafe bidirectional map
// original implementation by @vishalkuo: https://github.com/vishalkuo/bimap/
import "sync" import "sync"
+2
View File
@@ -1,5 +1,7 @@
package bimap package bimap
// original implementation by @vishalkuo: https://github.com/vishalkuo/bimap/
import ( import (
"reflect" "reflect"
"runtime/debug" "runtime/debug"