0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

add initial struct fixes #98

This commit is contained in:
Zack Scholl 2018-10-21 07:45:05 -07:00
parent 9e7661c1b0
commit 0d17219c87

7
src/models/initial.go Normal file
View file

@ -0,0 +1,7 @@
package models
type Initial struct {
CurveType string
IPAddress string
VersionString string
}