Skip to content
/ pyIngo Public

In order to provide better, more comfortable, and seamless conversion for Python users and Hackers who want to use Golang

License

Notifications You must be signed in to change notification settings

Gr-1m/pyIngo

Repository files navigation

Convert to Pythoner designed Go library

This is a Golang library that allows you to use Python-like syntax in your Golang code. It provides a set of data types and built-in functions commonly found in Python, …

It is also a structure that is frequently used, saving the need to repeatedly build wheels in subsequent work

Some Recommended Packages are at the end of this README.md

Install:

For Linux:

git clone https://github.com/Gr-1m/pyIngo
cd pyIngo
sudo ./install.sh

[+] OK

For Window:

go env GOROOT

# 查看golang安装位置, 找到该路径下的src目录
# Check the installation location of golang and find the src directory under that path

# 手动将本库目录复制进src或者创建一个软链接
# Manually copy the directory of this library into src or create a soft link

For file.go:

// go get github.com/Gr-1m/pyIngo

import (
        "github.com/Gr-1m/pyIngo"
)

Import In Use:

net/http

r,err:= Get(url, proxy , headers, verify)

r,err:= Post(url, proxy , headers, body, verify)

hacktools/brute

About

In order to provide better, more comfortable, and seamless conversion for Python users and Hackers who want to use Golang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages