shad-go/ciletters/letter.go

8 lines
109 B
Go
Raw Normal View History

2021-02-18 19:47:04 +00:00
// +build !solution
package ciletters
func MakeLetter(n *Notification) (string, error) {
return "", nil
}