Re-arrange as go module

This commit is contained in:
Simon 2022-02-05 02:00:34 +00:00
parent d79b3830fb
commit 23af60ac88
7 changed files with 5 additions and 19 deletions

View File

@ -1,4 +1,4 @@
package src
package romulus_go
import (
"bufio"

2
go.mod
View File

@ -1,4 +1,4 @@
module romulus_m
module git.jacknet.io/TerribleCodeClub/romulus_go
go 1.17

14
main.go
View File

@ -1,14 +0,0 @@
package benncgoromulus
/*
Count = 1
Key = 000102030405060708090A0B0C0D0E0F
Nonce = 000102030405060708090A0B0C0D0E0F
PT =
AD =
CT = 1866911F9E436083F788BBF27C62180A
*/
func main() {
}

View File

@ -1,4 +1,4 @@
package src
package romulus_go
import (
"crypto/rand"

View File

@ -1,4 +1,4 @@
package src
package romulus_go
// Converted to go with C2GO, tweaks by 51m0n - 2022.

View File

@ -1,4 +1,4 @@
package src
package romulus_go
// Converted to go with C2GO, tweaks by 51m0n - 2022.