github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/exttinygo/require/const.go (about) 1 /* 2 * Copyright (c) 2024-present unTill Pro, Ltd. 3 * @author Alisher Nurmanov 4 */ 5 6 package assert 7 8 const ( 9 int32bitsLength = 32 10 delta = 1e-5 11 butGotPhrase = " but got " 12 )