Initial Commit
This commit is contained in:
parent
a54fa63029
commit
47fc84b70a
@ -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")
|
||||
}
|
Loading…
Reference in New Issue
Block a user