Merge pull request #1222 from strukturag/tools-helpers-internal

Move tools helpers to internal package.
This commit is contained in:
Joachim Bauch 2026-03-12 11:02:42 +01:00 committed by GitHub
commit fbd910e489
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 (