Move tools helpers to internal package.

This commit is contained in:
Joachim Bauch 2026-03-12 10:57:12 +01:00
commit aa7ca9d02f
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package signaling
package tools
// Import applications that would otherwise not be detected by "go mod vendor".
import (

View file

@ -19,7 +19,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package signaling
package tools
// Import modules that would otherwise not be detected by "go mod vendor".
import (