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