Skip to content

Instantly share code, notes, and snippets.

View BlackMocca's full-sized avatar

Teeradet Phondetparinya BlackMocca

View GitHub Profile
@BlackMocca
BlackMocca / thailand.json
Created November 5, 2024 09:49 — forked from jeepkd/thailand.json
Simplified GeoJson for provinces of Thailand. Including new province Bueng Kan.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@BlackMocca
BlackMocca / main.go
Last active September 13, 2019 17:17
[GO Jouney EP 1] Init Pdf
package main
import (
"log"
_settingPdf "github.com/BlackMocca/go-pdf-example/pdf"
"github.com/jung-kurt/gofpdf"
)
func initPdf() (*gofpdf.Fpdf, error) {