From da12c61343f988a6f19f65bf7be331298bc1cca8 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 26 Oct 2024 15:47:57 -0300 Subject: Big bundle commit: adjust build project skeleton; include uncommitted code There was some code that was being slowly tweaked as I'd work or related things on other repositories that wasn't committed step by step, and that now I'd rather include all as a single changeset, single there weren't really separated stages on how it was developed. Other than that, this commit includes adjustments on dependencies API usage, as they changed during my work on them, and adjustments on the build and test system, as I improved how they worked also during work on other projects. As of this commit, the code compiles and the tests pass. I can't recall if this was true before this commit, but it is true now. --- tests/functional/multiple-channels-and-users/main.go | 1 + 1 file changed, 1 insertion(+) create mode 120000 tests/functional/multiple-channels-and-users/main.go (limited to 'tests/functional/multiple-channels-and-users/main.go') diff --git a/tests/functional/multiple-channels-and-users/main.go b/tests/functional/multiple-channels-and-users/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/functional/multiple-channels-and-users/main.go @@ -0,0 +1 @@ +../../main.go \ No newline at end of file -- cgit v1.2.3