Add go-api-examples (#219)

This commit is contained in:
Fangjun Kuang
2023-07-21 17:56:09 +08:00
committed by GitHub
parent 6125d9e063
commit e63d205b3d
28 changed files with 1624 additions and 14 deletions

5
scripts/go/ssh_config Normal file
View File

@@ -0,0 +1,5 @@
Host github.com
Hostname github.com
User git
IdentityFile ~/.ssh/github
StrictHostKeyChecking no