From 04ef9336c913dcf117b2c5b3be1351212d7a8ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8B=AC=E5=AD=A4=E4=BC=B6=E4=BF=9C?= <1184662350@qq.com> Date: Mon, 23 Jan 2023 15:33:52 +0800 Subject: [PATCH] First --- .DS_Store | Bin 0 -> 6148 bytes .idea/.gitignore | 8 ++++++++ .idea/7daysStudy.iml | 9 +++++++++ .idea/modules.xml | 8 ++++++++ day1/go.mod | 3 +++ 5 files changed, 28 insertions(+) create mode 100644 .DS_Store create mode 100644 .idea/.gitignore create mode 100644 .idea/7daysStudy.iml create mode 100644 .idea/modules.xml create mode 100644 day1/go.mod diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..d77929c0e6c31caded5432b2c7a31ae70e4ef4a7 GIT binary patch literal 6148 zcmeHKF-`+P47A~pBGIIzLE0BY$`6hx6x4ixgis(wN=1?GI-U(Pwm}z;v=nG8*>me1 z@7_&u-Ze8{z3rA}b2FR4iT2JgHO|u~c2OCk#~Pc5{o#4LKWr!5a|za7*}`6JXD>Fc z$1C|QW)~k}u|Nmb#*Vfe?Za2U`@svcf)tPfQa}nw0V(i{0_fSa*>$3#6p#W^;9CLy z9~zw47Y>Q>>p+=Jj;=9#p?@)#4I~%x&*d6&6bn`w@Q3^P0j(n5@br7H~GAZyE3VZ_X#w4r& literal 0 HcmV?d00001 diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/7daysStudy.iml b/.idea/7daysStudy.iml new file mode 100644 index 0000000..5e764c4 --- /dev/null +++ b/.idea/7daysStudy.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..5228adb --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/day1/go.mod b/day1/go.mod new file mode 100644 index 0000000..a493d9f --- /dev/null +++ b/day1/go.mod @@ -0,0 +1,3 @@ +module git.srv.ink/7DaysGee + +go 1.19