tools,v.doc: move vlib/v/doc/ to cmd/tools/vdoc/doc/ to reduce the runtime of the CI runs, when v doc is changed (#23483)

This commit is contained in:
Delyan Angelov 2025-01-16 14:40:28 +02:00 committed by GitHub
parent c6809844bd
commit 40b574b409
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 29 additions and 29 deletions

View file

@ -1,4 +1,4 @@
module basic
module testdata.basic
const source_root = 'temp' // some const
const another = int(5)