diff options
Diffstat (limited to '')
| -rw-r--r-- | loader.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,6 @@ // Package conf library for parsing `.conf` configuration files. -// +package conf + // This file is part of conf library. // Copyright (C) 2026 Alexander NeonXP Kiryukhin <i@neonxp.ru> // @@ -15,7 +16,6 @@ // // You should have received a copy of the GNU General Public License // along with this program. If not, see <https://www.gnu.org/licenses/>. -package conf import ( "fmt" |
