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

View File

@@ -1,6 +1,7 @@
package bimap
// Package bimap provides a threadsafe bidirectional map
// original implementation by @vishalkuo: https://github.com/vishalkuo/bimap/
import "sync"

View File

@@ -1,5 +1,7 @@
package bimap
// original implementation by @vishalkuo: https://github.com/vishalkuo/bimap/
import (
"reflect"
"runtime/debug"