Implement basic file structure

This commit is contained in:
PhatPhuckDave
2024-07-22 20:01:14 +02:00
parent cd8322cc5a
commit d572ee1434
5 changed files with 5 additions and 2 deletions

1
client/client.go Normal file
View File

@@ -0,0 +1 @@
package client

2
go.mod
View File

@@ -1,4 +1,4 @@
module smpp-tester
module smpptester
go 1.22.4

View File

@@ -1,4 +1,4 @@
package main
package lua
import (
"log"

1
pdu/pdu.go Normal file
View File

@@ -0,0 +1 @@
package pdu

1
server/server.go Normal file
View File

@@ -0,0 +1 @@
package server