diff options
author | EuAndreh <eu@euandre.org> | 2025-01-22 11:49:19 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-01-22 11:49:19 -0300 |
commit | aba9b883be33fe30f3ace51ce8c36aee18889099 (patch) | |
tree | efb6902ea9f88d46130789e2ec9acbb234b88cd0 /src/stm.go | |
parent | Remove unused files (diff) | |
download | stm-aba9b883be33fe30f3ace51ce8c36aee18889099.tar.gz stm-aba9b883be33fe30f3ace51ce8c36aee18889099.tar.xz |
Setup Makefile build skeleton
Diffstat (limited to 'src/stm.go')
-rw-r--r-- | src/stm.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/stm.go b/src/stm.go new file mode 100644 index 0000000..53b4fe1 --- /dev/null +++ b/src/stm.go @@ -0,0 +1,9 @@ +package stm + +import ( +) + + + +func F() { +} |