For now here you can find a binary tree written on Go.
https://github.com/InFamouse/Binary-Trees-Go
There are a lot of things to do. So, if you want to contribute you can think about balanced trees and so on. Tree can contain `interface` values, but there is a trouble of making universal function for inserting values of Slice types.
I hope that project will grow into useful package and I appreciate everybody's help. Thank you!