Skip to content
View Gofastasf's full-sized avatar

Block or report Gofastasf

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

Pinned Loading

  1. aistore Public

    Forked from NVIDIA/aistore

    AIStore: scalable storage for AI applications

    Go

  2. ghw Public

    Forked from jaypipes/ghw

    Go HardWare discovery/inspection library

    Go

  3. kubernetes Public

    Forked from kubernetes/kubernetes

    Production-Grade Container Scheduling and Management

    Go

  4. opengist Public

    Forked from thomiceli/opengist

    Self-hosted pastebin powered by Git, open-source alternative to Github Gist.

    Go

  5. syzkaller Public

    Forked from google/syzkaller

    syzkaller is an unsupervised coverage-guided kernel fuzzer

    Go

84 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to Gofastasf/Gofastasf, jaypipes/ghw, Azure/azure-sdk-for-go and 41 other repositories
Loading A graph representing Gofastasf's contributions from March 31, 2024 to March 31, 2025. The contributions are 47% commits, 37% pull requests, 14% issues, 2% code review.

Contribution activity

March 2025

Created 4 commits in 1 repository
Created 1 repository

Created a pull request in NVIDIA/aistore that received 4 comments

Replace: godirwalk with filepath.WalkDir

Remove Sorted field from walkDirwrapper as filepath.WalkDir is lexically sorted by default. Replace walkFunc with fs.WalkDirFunc. Related to #212

+102 −142 lines changed 4 comments
Opened 1 other pull request in 1 repository
teslamotors/vehicle-command 1 merged

Created an issue in NVIDIA/aistore that received 3 comments

Fix: Replace godirwalk to WalkDir

godirwalk library appears to have been unmaintained for the past three years and there are open issues like this karrick/godirwalk#70. Performance …

3 comments
Loading