7 lines
109 B
Go
7 lines
109 B
Go
// +build !solution
|
|
|
|
package ciletters
|
|
|
|
func MakeLetter(n *Notification) (string, error) {
|
|
return "", nil
|
|
}
|