From 6df2f186b8532b4161f6c1386f124efb053f3018 Mon Sep 17 00:00:00 2001 From: asandikci Date: Wed, 19 Jul 2023 15:12:57 +0300 Subject: [PATCH] Add resources --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a83ca5..5e89da5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # go-organization -Go Project Organizations and other temporary tries \ No newline at end of file +Go Project Organizations and other temporary tries + +Resources: +- https://go.dev/doc/code | ⭐ +- https://vid.priv.au/watch?v=XCsL89YtqCs | ⭐ +- https://stackoverflow.com/questions/9985559/organizing-a-multiple-file-go-project | ⭐ +- https://stackoverflow.com/questions/27314548/how-to-use-multiple-go-files-in-the-same-application +- https://www.reddit.com/r/golang/comments/npkua1/how_to_compile_go_project_with_multiple_files/ +- https://www.reddit.com/r/golang/comments/au0xcj/using_multiple_go_files/ +- https://www.reddit.com/r/golang/comments/10rto2n/how_to_work_with_multiple_go_files/ \ No newline at end of file