We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d75df commit cf5c564Copy full SHA for cf5c564
.github/dependabot.yml
@@ -0,0 +1,8 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: gomod
4
+ directory: /
5
+ schedule:
6
+ interval: weekly
7
+ day: sunday
8
+ time: '22:37'
.gitignore
@@ -0,0 +1,28 @@
+# Binaries for programs and plugins
+*.exe
+*.exe~
+*.dll
+*.so
+*.dylib
+
+# Test binary, built with 'go test -c'
9
+*.test
10
11
+# Output files, e.g. from the go coverage tool
12
+*.out
13
14
+# IDE directories
15
+.idea
16
+.vscode
17
+.schemas
18
+.history
19
20
+# Build and Environment
21
+cmd/app/app
22
+dist/
23
24
+# Log Files
25
+*.log
26
27
+# macOS files
28
+*.DS_Store
go.mod
@@ -0,0 +1,3 @@
+module github.com/MarkRosemaker/errpath
+go 1.23.2
0 commit comments