diff --git a/.gitignore b/.gitignore index ab68c9c..cf95d6a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -podCatch +podcatch diff --git a/README.md b/README.md index 7614a99..0240e30 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Very simple install: ```git clone this repo cd podcatch go build -chmod +x ./podCatch -./podCatch +chmod +x ./podcatch +./podcatch ``` ### Setup diff --git a/go.mod b/go.mod index 63ec5b8..e9af507 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module podCatch +module podcatch go 1.16 diff --git a/main.go b/main.go index f5bbafe..b0bd543 100644 --- a/main.go +++ b/main.go @@ -1,6 +1,6 @@ package main import ( - "podCatch/podcatch" + "podcatch/podCatch" ) func main(){ podcatch.Start() diff --git a/podcatch/podcatch.go b/podCatch/podcatch.go similarity index 99% rename from podcatch/podcatch.go rename to podCatch/podcatch.go index 26c0097..1ca46d8 100644 --- a/podcatch/podcatch.go +++ b/podCatch/podcatch.go @@ -1,7 +1,7 @@ package podcatch import ( "fmt" - . "podCatch/structs" + . "podcatch/structs" "github.com/pelletier/go-toml" "encoding/xml" "io"