diff --git a/README.md b/README.md index 14a796d..976d5e6 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # TI1 -The best thing to happen since yesturday at 2 pm +The best thing to happen since yesturday at 3 pm ## Usage ``` go run main.go ``` + ``` go build main.go ``` ## Changelog @@ -15,4 +16,4 @@ The best thing to happen since yesturday at 2 pm | 0.1.1-7 | fixing the json print output to actualy print out all the data and sutch | | 0.1 | literaly most of the project | -ps i know this is 100% not the way version numbers are supost to work but ium just cool like that \ No newline at end of file +ps i know this is 100% not the way version numbers are supost to work but i'm just cool like that \ No newline at end of file diff --git a/test/test.go b/test/test.go deleted file mode 100644 index bfe15fd..0000000 --- a/test/test.go +++ /dev/null @@ -1,7 +0,0 @@ -package test - -import "fmt" - -func PrintHello() { - fmt.Println("Hello, World!") -}