This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// +build pprof | |
// run `GODEBUG=gctrace=1,scavtrace=1 go test -bench=.* -benchmem -benchtime=1m -tags pprof` to prof benchmarks | |
package packagename | |
import ( | |
"fmt" | |
"net/http" | |
_ "net/http/pprof" | |
"runtime" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- tested with quill v1.3.6, vue-quill v1.5.1 --> | |
<!-- todo: translation of placeholders --> | |
<!-- good to have: translation of other modules --> | |
<style src="../../../node_modules/quill/dist/quill.snow.css"></style> | |
<style> | |
.ql-toolbar.ql-snow .ql-formats { |