mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: updateimport ()
and []array
This commit is contained in:
@@ -3,10 +3,8 @@
|
||||
* String to float Test
|
||||
*
|
||||
**********************************************************************/
|
||||
import (
|
||||
strconv
|
||||
strconv.atofq
|
||||
)
|
||||
import strconv
|
||||
import strconv.atofq
|
||||
|
||||
fn test_atof() {
|
||||
//
|
||||
|
Reference in New Issue
Block a user