Skip to content

Instantly share code, notes, and snippets.

View far4599's full-sized avatar
๐Ÿ––
Long days and pleasant nights.

Alexey Fayzullin far4599

๐Ÿ––
Long days and pleasant nights.
View GitHub Profile
@far4599
far4599 / go.mod
Last active April 15, 2026 19:18
revive 1.15.0 bug: unexported-return rule gives wrong package name and flaky results for generic functions when test files are present
module revive-repro
go 1.26.1
@far4599
far4599 / index.php
Last active December 18, 2015 00:39
<?php
/*
CREATE TABLE `categories` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`test1Title` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;