Setup CI via Actions #520

Merged
carlosmn merged 5 commits from actions into master 2020-02-12 20:58:59 -06:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 22d400832b - Show all commits

View File

@ -1,9 +1,11 @@
package git
/*
#include <git2.h>
#include <string.h>
#include <git2.h>
#include <git2/sys/cred.h>
extern void _go_git_setup_callbacks(git_remote_callbacks *callbacks);
*/