Source File
state_gen.go
Belonging Package
github.com/pierrec/lz4/v4
// Code generated by "stringer -type=aState -output state_gen.go"; DO NOT EDIT.package lz4importfunc _() {// An "invalid array index" compiler error signifies that the constant values have changed.// Re-run the stringer command to generate them again.var [1]struct{}_ = [noState-0]_ = [errorState-1]_ = [newState-2]_ = [readState-3]_ = [writeState-4]_ = [closedState-5]}const _aState_name = "noStateerrorStatenewStatereadStatewriteStateclosedState"var _aState_index = [...]uint8{0, 7, 17, 25, 34, 44, 55}func ( aState) () string {if >= aState(len(_aState_index)-1) {return "aState(" + strconv.FormatInt(int64(), 10) + ")"}return _aState_name[_aState_index[]:_aState_index[+1]]}
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |