Initial Commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# SMS Hook
|
||||
|
||||
## What?
|
||||
The purpose of SmsHook is to provide a simple library that provides a webhook where texts can be send to it using something like [Sms Forwarder](https://github.com/bogkonstantin/android_income_sms_gateway_webhook).
|
||||
|
9
cmd/smshook/smshook.go
Normal file
9
cmd/smshook/smshook.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func main(){
|
||||
fmt.Println("Hi")
|
||||
}
|
Reference in New Issue
Block a user