We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445940c commit 7bec239Copy full SHA for 7bec239
.editorconfig
@@ -0,0 +1,13 @@
1
+root = true
2
+
3
+[*]
4
+end_of_line = lf
5
+insert_final_newline = true
6
+charset = utf-8
7
8
+[{Makefile,go.mod}]
9
+indent_style = tab
10
+indent_size = 4
11
12
+[*.md]
13
+trim_trailing_whitespace = false
.gitattributes
@@ -0,0 +1 @@
+go.sum merge=union
.gitignore
@@ -19,3 +19,5 @@
19
20
# Go workspace file
21
go.work
22
23
+.vscode/
go.mod
@@ -0,0 +1,3 @@
+module github.com/vitorsalgado/binL
+go 1.22.0
0 commit comments