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

public enums + more public structs (libs/examples/tests)

This commit is contained in:
Alexander Medvednikov
2019-10-24 13:19:27 +03:00
parent 1a2db54bc1
commit 3d6bdc2dc3
10 changed files with 23 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
module sync
struct WaitGroup {
pub struct WaitGroup {
mut:
mu Mutex
active int