This commit is contained in:
parent
98191fd098
commit
d272fa90b4
20 changed files with 574 additions and 27 deletions
10
shared/constants.go
Normal file
10
shared/constants.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
package shared
|
||||
|
||||
const (
|
||||
// Linstrom version
|
||||
//
|
||||
// TODO: Replace with "YYYY-MM-DD(.revision)" versioning
|
||||
// where (.revision) is optional and only used for cases
|
||||
// where multiple releases in a day are required
|
||||
Version = "0.0.1 pre-alpha"
|
||||
)
|
1
shared/rsaKey.go
Normal file
1
shared/rsaKey.go
Normal file
|
@ -0,0 +1 @@
|
|||
package shared
|
Loading…
Add table
Add a link
Reference in a new issue