Documentation
¶
Overview ¶
Copyright © 2024 Thomas von Dein
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Index ¶
- func CleanError(file string, err error) error
- func FileExists(filename string) bool
- type Slogger
- func (l Slogger) Debug(v ...interface{})
- func (l Slogger) Debugf(format string, v ...interface{})
- func (l Slogger) Error(v ...interface{})
- func (l Slogger) Errorf(format string, v ...interface{})
- func (l Slogger) Fatal(v ...interface{})
- func (l Slogger) Fatalf(format string, v ...interface{})
- func (l Slogger) Info(v ...interface{})
- func (l Slogger) Infof(format string, v ...interface{})
- func (l Slogger) Panic(v ...interface{})
- func (l Slogger) Panicf(format string, v ...interface{})
- func (l Slogger) Warning(v ...interface{})
- func (l Slogger) Warningf(format string, v ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanError ¶
func FileExists ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.