Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

نظر / پیشنهادات / سوال در مورد پروژه

Open
#3 80 comments 0 reactions 1 assignee View on GitHub

@itsjoniur is already working on this.

Since Aug 25, 2022.

Assessment

This issue has not been assessed yet.

Description

به نام خدا
سلام

جاهایی که از تابع GetUserByApiKey استفاده می شود احتمالا باید بررسی بشود که آیا کاربری یافت شده است یا خیر. مثل:

user := GetUserByApiKey(apiKey)
if user == nil {}

در چند جا این مورد کامل بررسی نشده است. مثل:

user := GetUserByApiKey(apiKey)
_, err = db.Exec(context.Background(), `insert into links(owner_id, name, link) values($1, $2, $3)`, user.Id, link.Name, link.Url)
Dominant language
Go
Stars
11
Forks
1
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from BaseMax/BitlyGo

All issues in BaseMax/BitlyGo

Similar issues

More Go issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.