- We do not collect or store any user data.
- The app works locally and does not require internet access.
- No data or logs ever leave your device.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Stack implemented in Go without using any std lib function | |
// Uses linked lists instead of a slice or something | |
package main | |
import ( | |
"errors" | |
"fmt" | |
) |
- GSoC Archive Listing: https://summerofcode.withgoogle.com/archive/2020/projects/5109625826836480/
- Student: Anchit Bajaj
- Mentors: Hunor Csomortáni and František Lachman
- Packit-as-a-Service is an installable app for git forges like GitHub, Pagure, etc that helps developers continuously ensure that their project works in Fedora.
- Packit Service validates pull requests by building that project in Fedora so that others can install and test those built rpms before merging.