コード例 #1
0
ファイル: note.go プロジェクト: wid/git2go
// Message returns the note message
func (n *Note) Message() string {
	return C.GoString(C.git_note_message(n.ptr))
}
コード例 #2
0
ファイル: note.go プロジェクト: jgrocho/go-git2
func (note *Note) Message() string {
	return C.GoString(C.git_note_message(note.git_note))
}