Documentation ¶ Index ¶ func Close(closer io.Closer) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Close ¶ func Close(closer io.Closer) Close releases the given resource without worrying about whether that was successful or not. You typically do this in defers or in situations where trying to handle errors doesn't make a damn bit of difference. Types ¶ This section is empty. Source Files ¶ View all Source files quiet.go Click to show internal directories. Click to hide internal directories.