Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 298 Bytes

readme.md

File metadata and controls

21 lines (14 loc) · 298 Bytes

How to use

This works with simulator straightforward without any other configurations.

package main

import (
	"github.com/joomtriggers/ideamart"
)

func main() {
	simple := ideamart.SMS()
	defer simple.Send()
	simple.SetMessage("Message")
	simple.AddReceiver("tel:94771231232")
}