Rename to gosimpleconf

main v0.0.1
Sean Hickey 2022-02-21 22:47:36 -08:00
parent cb73af83a0
commit 4dfcff507f
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# go-simpleconf
# gosimpleconf
This is a small library for parsing super simple configuration files.

2
go.mod
View File

@ -1,3 +1,3 @@
module gitea.wisellama.rocks/Wisellama/go-simpleconf
module gitea.wisellama.rocks/Wisellama/gosimpleconf
go 1.17

View File

@ -1,4 +1,4 @@
package simpleconf
package gosimpleconf
import (
"bufio"

View File

@ -1,4 +1,4 @@
package simpleconf
package gosimpleconf
import (
"strings"