experimental-cli/project/message.go

6 lines
70 B
Go
Raw Normal View History

package main
func messageExists(mhash string) bool {
return false
}