hdf5: removes finalizers
Created by: TacoVox
As discussed in https://github.com/gonum/hdf5/issues/23
As the finalizers are causing tremendous problems in production usage, they were completely removed from all types that were using them. Therefore it is required that the caller of the New* functions also take care of calling the Close() methods.