Example #1
0
File: note.go Project: wid/git2go
// Message returns the note message
func (n *Note) Message() string {
	return C.GoString(C.git_note_message(n.ptr))
}
Example #2
0
func (note *Note) Message() string {
	return C.GoString(C.git_note_message(note.git_note))
}