1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

backporting: remove redefinition of strconv__Float64u

This commit is contained in:
Delyan Angelov
2020-10-07 11:06:52 +03:00
parent 3d0f4fd756
commit 317a9bae5f
10 changed files with 64 additions and 65 deletions

View File

@ -1,8 +1,8 @@
module strconv
// Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.
// TODO: use optionals, or some way to return default with error.
module strconv
const (
// int_size is the size in bits of an int or uint value.