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