mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
Merge pull request #1222 from strukturag/tools-helpers-internal
Move tools helpers to internal package.
This commit is contained in:
commit
fbd910e489
2 changed files with 2 additions and 2 deletions
|
|
@ -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 (
|
||||
|
|
@ -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 (
|
||||
Loading…
Add table
Add a link
Reference in a new issue