very first commit

This commit is contained in:
2024-09-08 03:01:32 +03:00
commit 20c4f25c55
10 changed files with 166 additions and 0 deletions

17
.idea/golinter.xml generated Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GoLinterSettings">
<option name="enabledLinters">
<list>
<option value="ineffassign" />
<option value="staticcheck" />
<option value="govet" />
<option value="errcheck" />
<option value="unused" />
<option value="gosimple" />
</list>
</option>
<option name="goLinterExe" value="C:\Users\theAmok\go\bin\golangci-lint.exe" />
<option name="linterSelected" value="true" />
</component>
</project>