Documentation ¶
Index ¶
- func CommandLineToArgv(cmd string) ([]string, error)
- func DeepCopy(src interface{}, dst interface{}) error
- func IsNetError(err error) bool
- func NewSwitchableWriter(w io.Writer) *switchableWriter
- func OpenUrl(url string) error
- func ReadChecksumFile(filepath string) ([]byte, error)
- func Sha1SumOfFile(filepath string) ([]byte, error)
- func UnmarshalValidJSON(data []byte, v interface{}) error
- type MimeDetectorWriter
- type PanicData
- type UIStore
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommandLineToArgv ¶
func IsNetError ¶
https://go.dev/src/syscall/zerrors_linux_amd64.go https://go.dev/src/syscall/zerrors_****.go
func NewSwitchableWriter ¶
func ReadChecksumFile ¶
func Sha1SumOfFile ¶
func UnmarshalValidJSON ¶
UnmarshalValidJSON func
Types ¶
type MimeDetectorWriter ¶
type MimeDetectorWriter struct { MimeType *string // contains filtered or unexported fields }
func (*MimeDetectorWriter) Close ¶
func (m *MimeDetectorWriter) Close() error
Click to show internal directories.
Click to hide internal directories.