Nach Aufräumen von Paket session kann dieses nur zu server umbenannt werden

This commit is contained in:
2024-01-06 08:27:54 +01:00
parent c1fa004384
commit c607b837b9
7 changed files with 12 additions and 12 deletions

View File

@@ -9,7 +9,7 @@
* You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package session
package server
import (
"crypto/rand"

View File

@@ -9,7 +9,7 @@
* You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package session
package server
import (
"github.com/google/uuid"

View File

@@ -9,7 +9,7 @@
* You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package session
package server
import (
"fmt"

View File

@@ -9,7 +9,7 @@
* You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package session
package server
import (
"fmt"

View File

@@ -9,7 +9,7 @@
* You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package session
package server
import (
"fmt"

View File

@@ -9,7 +9,7 @@
* You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package session
package server
import (
"html/template"