s://opencollective.com/webpack/backer/48/avatar.svg?requireActive=false">

Thanks to

(In chronological order)

kodo - Gogs: Go Git Service

Sin Descripción

disk_utils.py 171B

    # -*- coding: utf-8 -*- from CodeConvert import CodeConvert as cc def write_to_disk(tmpl, path): with open(path, 'wb') as f: f.write(cc.Convert2Utf8(tmpl))