bottin/test
MrArmonius a53641e773
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
Correct the function GenerateName
The problem was the encode in `name += string(alphabet[])`
It takes only 1 byte but the characters like 'è','@' are encoding
on several bytes (1 to 4 bytes).
The better solution was to create a slice of string, like this
we don't have problem about take only one byte instead of 2,3 or 4
bytes.
2021-07-26 15:36:45 +02:00
..
bottin_test.go Bottin's Test V2.0 with Framework Testing 2021-07-19 18:57:40 +02:00
config.json.test Bottin's Test V2.0 with Framework Testing 2021-07-19 18:57:40 +02:00
create.go Bottin's Test V2.0 with Framework Testing 2021-07-19 18:57:40 +02:00
functionTest.go Bottin's Test V2.0 with Framework Testing 2021-07-19 18:57:40 +02:00
go.mod Bottin's Test V2.0 with Framework Testing 2021-07-19 18:57:40 +02:00
go.sum Bottin's Test V2.0 with Framework Testing 2021-07-19 18:57:40 +02:00
handler.go Correct the function GenerateName 2021-07-26 15:36:45 +02:00
request.go Bottin's Test V2.0 with Framework Testing 2021-07-19 18:57:40 +02:00
runner.sh Bottin's Test V2.0 with Framework Testing 2021-07-19 18:57:40 +02:00