Skip to content

Instantly share code, notes, and snippets.

View valdemarpereira's full-sized avatar

Valdemar Pereira valdemarpereira

View GitHub Profile
@ksprashu
ksprashu / GEMINI.md
Last active November 3, 2025 10:37
Personal GEMINI.md as on 29-07-2025

Gemini Agent: Core Directives and Operating Protocols

@vaskoz
vaskoz / programatic_tests.go
Created June 24, 2015 00:33
Run golang tests programatically
package main
import (
"flag"
"fmt"
"testing"
)
func Test1(t *testing.T) {
if 1+2 != 3 {