3 Open Issues Need Help Last updated: Jul 15, 2025

Open Issues Need Help

View All on GitHub
Setup release-plelase CI about 1 month ago

AI Summary: Set up a Release-Please CI workflow for a Go-based URL shortener project. This involves creating a GitHub Personal Access Token (PAT) with appropriate permissions and configuring the Release-Please action. Collaboration with @moha1747 is required.

Complexity: 3/5
good first issue github

Url shortner made in go.

Create Go module about 2 months ago

AI Summary: Create a Go module for a URL shortener project. This involves setting up the necessary files and configurations to enable the project to be managed as a Go module, allowing for easier dependency management and version control.

Complexity: 2/5
good first issue go

Url shortner made in go.

AI Summary: Implement a basic "Hello, World!" HTTP server in Go using the `net/http` package as a foundational step for building a URL shortener. This involves setting up a server and handling a single request to return the text "Hello, World!"

Complexity: 2/5
good first issue go

Url shortner made in go.