文件名称:git-http-backend:Go中的Git Smart HTTP
文件大小:6KB
文件格式:ZIP
更新时间:2024-02-24 10:15:45
git go grack git-http-backend GitGo
Git HTTP后端
这是Grack(Rack应用程序)的基于Go的实现,旨在替换由C Git分发的内置git-http支持的CGI处理程序。 编写Grack的目的是允许更多的Web服务器处理Git智能http请求。 该项目的目的是通过利用Go的功能来提高Git smart http的性能。
依存关系
Git> = 1.7
安装
go get github.com/asim/git-http-backend
用法
git-http-backend --project_root=/tmp --git_bin_path=/usr/bin/git
服务器
嵌入自己的服务器导入并使用软件包
import "github.com/asim/git-http-backend/server"
执照
(The MIT License)
Copyright (c) 2013 Asim Aslam
【文件预览】:
git-http-backend-master
----go.mod(49B)
----.github()
--------workflows()
----git-http-backend.go(1KB)
----README.md(2KB)
----server()
--------server.go(9KB)