github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/ihttpctl/const.go (about) 1 /* 2 * Copyright (c) 2022-present unTill Pro, Ltd. 3 * @author Alisher Nurmanov 4 */ 5 6 package ihttpctl 7 8 const ( 9 arrow = "->" 10 )