diff options
| author | EuAndreh <eu@euandre.org> | 2026-01-16 14:13:25 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2026-01-16 14:13:25 -0300 |
| commit | 447df4394cba7d84eaf5bdfa4fb1efb101faf74e (patch) | |
| tree | 084f8e3b0544244adfbd90749f0ce621140219bb /tests/functional/multiple-channels-and-users | |
| parent | src/papod.go: Last Go commit (diff) | |
| download | papod-447df4394cba7d84eaf5bdfa4fb1efb101faf74e.tar.gz papod-447df4394cba7d84eaf5bdfa4fb1efb101faf74e.tar.xz | |
Remove Go code
Diffstat (limited to 'tests/functional/multiple-channels-and-users')
| l--------- | tests/functional/multiple-channels-and-users/main.go | 1 | ||||
| -rw-r--r-- | tests/functional/multiple-channels-and-users/papod.go | 12 |
2 files changed, 0 insertions, 13 deletions
diff --git a/tests/functional/multiple-channels-and-users/main.go b/tests/functional/multiple-channels-and-users/main.go deleted file mode 120000 index f67563d..0000000 --- a/tests/functional/multiple-channels-and-users/main.go +++ /dev/null @@ -1 +0,0 @@ -../../main.go
\ No newline at end of file diff --git a/tests/functional/multiple-channels-and-users/papod.go b/tests/functional/multiple-channels-and-users/papod.go deleted file mode 100644 index 6f6a67b..0000000 --- a/tests/functional/multiple-channels-and-users/papod.go +++ /dev/null @@ -1,12 +0,0 @@ -package papod - -import ( - g "gobang" -) - - - -func MainTest() { - g.Testing("multiple users can join a channel", func() { - }) -} |
