shad-go/ciletters/letter.go

8 lines
110 B
Go
Raw Permalink Normal View History

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