mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: update remaining deprecated attr syntax (#19908)
This commit is contained in:
parent
709976f42e
commit
b347f546f2
11 changed files with 64 additions and 64 deletions
|
@ -49,7 +49,7 @@ It will create `primes.v` with the following contents:
|
|||
|
||||
|
||||
```v
|
||||
[translated]
|
||||
@[translated]
|
||||
module main
|
||||
|
||||
fn is_prime(x int) bool {
|
||||
|
@ -335,4 +335,4 @@ I will also be publishing the same demo with Sqlite and Quake translation.
|
|||
It's a huge milestone for V and gives V developers access to huge amounts of software
|
||||
written in C.
|
||||
|
||||
We're very excited about this release.
|
||||
We're very excited about this release.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue