1 2 3 4 5 6
package chain // Close releases wrapper-local resources. // // Labels: MT-Unsafe. func (chain *Chain) Close() error { return nil }