Skip to content

Instantly share code, notes, and snippets.

View mkchoi212's full-sized avatar
🎯
Focusing

Mike JS. Choi mkchoi212

🎯
Focusing
View GitHub Profile
@mkchoi212
mkchoi212 / Localizable.strings
Created April 18, 2019 18:30
Juice for macOS Empty Localization File
/*
Localizable.strings
Juice
Created by Mike Choi on 4/9/19.
Copyright © 2019 Mike JS. Choi. All rights reserved.
*/
// Menu Bar
"Control Center" = "";
@mkchoi212
mkchoi212 / testhelper.go
Created May 28, 2018 19:33
Go Test Helpers
package testhelper
import (
"fmt"
"path/filepath"
"reflect"
"runtime"
"testing"
)