We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b4445 commit 08931a8Copy full SHA for 08931a8
.gitignore
@@ -1 +1,2 @@
1
.idea/**
2
+.goxc.local.json
.goxc.json
@@ -0,0 +1,14 @@
+{
+ "Tasks": [
3
+ "default",
4
+ "publish-github"
5
+ ],
6
+ "PackageVersion": "0.0.1",
7
+ "TaskSettings": {
8
+ "publish-github": {
9
+ "owner": "Alexander Baryshnikov \u003cdev@baryshnikov.net\u003e",
10
+ "repository": "reddec/monexec"
11
+ }
12
+ },
13
+ "ConfigVersion": "0.9"
14
+}
0 commit comments