refactor 2: put miniws code in isolated module in miniws/

This commit is contained in:
2025-08-03 15:39:42 +02:00
parent 18b1703485
commit b68bb68981
10 changed files with 25 additions and 15 deletions

4
go.mod
View File

@@ -1,5 +1,5 @@
module com.github/shlldev/miniws
module github.com/shlldev/miniws
go 1.22.2
go 1.24.5
require github.com/akamensky/argparse v1.4.0