shad-go/ciletters/letter.go
2021-02-18 19:47:04 +00:00

7 lines
109 B
Go

// +build !solution
package ciletters
func MakeLetter(n *Notification) (string, error) {
return "", nil
}