Ejemplo n.º 1
0
Archivo: note.go Proyecto: wid/git2go
// Message returns the note message
func (n *Note) Message() string {
	return C.GoString(C.git_note_message(n.ptr))
}
Ejemplo n.º 2
0
func (note *Note) Message() string {
	return C.GoString(C.git_note_message(note.git_note))
}