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:
@ -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.
|
||||
|
Reference in New Issue
Block a user