Skip to content
View uoojin95's full-sized avatar
๐Ÿฆ‰
Focusing
๐Ÿฆ‰
Focusing

Highlights

  • Pro

Block or report uoojin95

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
uoojin95/README.md

Hi there! ๐Ÿ‘‹

I'm Eugene (or Yujin), a software developer based in Toronto, Canada. ๐Ÿ

Currently, I'm at Included Health.

Pinned Loading

  1. Yujin.go Yujin.go
    1
    type Yujin struct { lastCoffeeAt time.Time }
    2
    
                  
    3
    func (y *Yujin) IsProductive() bool {
    4
    	return time.Since(y.lastCoffeeAt) < (time.Hour * 3)
    5
    }