pyIngo

module
v0.0.0-...-e65efa9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 15, 2024 License: GPL-3.0

README

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

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

Directories

Path Synopsis
crypto
hacktools
cmd
hashlib
md5
net
non-name

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL