Skip to content

Instantly share code, notes, and snippets.

View 8lall0's full-sized avatar
🐣
ugh...

Savino Pio Liguori 8lall0

🐣
ugh...
View GitHub Profile
@dikiharyadi19
dikiharyadi19 / Handling Null SQL in Golang
Created December 15, 2021 10:59
Handling Null SQL in Golang
```
package helper
import (
"database/sql"
"encoding/json"
"fmt"
"reflect"
"time"
@octocat
octocat / .gitignore
Created February 27, 2014 19:38
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #