From ab9156a8bfdf82f0cae553166f2a2d58e034a06e Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Mon, 5 Jun 2023 14:00:45 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Sliter=20p=C3=A5=20lite=20med=20jujutsu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ anotherfile.txt | 2 ++ main.go | 3 ++- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 anotherfile.txt diff --git a/README.md b/README.md index ed09465..5f18831 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,7 @@ 2023-05-25T12:01:39 CEST 2023-05-25T11:42:40 CEST 2023-05-25T11:47:17 CEST +2023-06-05T14:27:56 CEST +2023-06-05T14:27:57 CEST +2023-06-05T14:33:12 CEST +2023-06-05T14:35:54 CEST diff --git a/anotherfile.txt b/anotherfile.txt new file mode 100644 index 0000000..8510aa5 --- /dev/null +++ b/anotherfile.txt @@ -0,0 +1,2 @@ +2023-06-05T14:39:15 CEST +2023-06-05T14:39:46 CEST diff --git a/main.go b/main.go index 91cca4f..9599a8f 100644 --- a/main.go +++ b/main.go @@ -2,6 +2,7 @@ package main import "fmt" +// main is the entry point for the application. func main() { - fmt.Println("Hello, world.") + fmt.Println("Hello, world!") } From 2a407f0952dcae782e0607fa82284ffdc1f5b3df Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Mon, 5 Jun 2023 14:34:06 +0200 Subject: [PATCH 2/2] En annan feature --- anotherfile.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/anotherfile.txt b/anotherfile.txt index 8510aa5..5b35131 100644 --- a/anotherfile.txt +++ b/anotherfile.txt @@ -1,2 +1,3 @@ 2023-06-05T14:39:15 CEST 2023-06-05T14:39:46 CEST ++2023-06-05T14:34:27 CEST