Skip to content

Instantly share code, notes, and snippets.

View phpgao's full-sized avatar
🎯
Focusing

endoffight phpgao

🎯
Focusing
View GitHub Profile
@phpgao
phpgao / proxy.go
Last active March 29, 2024 15:58
gpt proxy
package main
import (
"bytes"
"encoding/json"
"flag"
"fmt"
"io"
"log"
"net/http"
@phpgao
phpgao / main.go
Last active September 20, 2023 11:54
mange media
package main
import (
"errors"
"fmt"
"io"
"io/fs"
"log"
"os"
"path/filepath"