diff options
author | EuAndreh <eu@euandre.org> | 2025-05-02 18:34:58 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-02 19:10:40 -0300 |
commit | 715815e3bea7fec41a385742b0a6a8fee4c5cf99 (patch) | |
tree | e752e49b0127cae36724877174579aaff801a0c5 /tests/functional | |
parent | WIP: Commit sh code as-is (diff) | |
download | gistatic-715815e3bea7fec41a385742b0a6a8fee4c5cf99.tar.gz gistatic-715815e3bea7fec41a385742b0a6a8fee4c5cf99.tar.xz |
Switch from POSIX sh to Go
Diffstat (limited to 'tests/functional')
-rw-r--r-- | tests/functional/empty-repository/gistatic.go | 4 | ||||
l--------- | tests/functional/empty-repository/main.go | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/functional/empty-repository/gistatic.go b/tests/functional/empty-repository/gistatic.go new file mode 100644 index 0000000..9f09a22 --- /dev/null +++ b/tests/functional/empty-repository/gistatic.go @@ -0,0 +1,4 @@ +package gistatic + +func MainTest() { +} diff --git a/tests/functional/empty-repository/main.go b/tests/functional/empty-repository/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/functional/empty-repository/main.go @@ -0,0 +1 @@ +../../main.go
\ No newline at end of file |