mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
all: unwrap const() blocks
This commit is contained in:
parent
399af6768d
commit
f09826e928
436 changed files with 10448 additions and 11207 deletions
|
@ -3,9 +3,7 @@ module main
|
|||
import vweb
|
||||
|
||||
// for another example see vlib/vweb/tests/middleware_test_server.v
|
||||
const (
|
||||
http_port = 8080
|
||||
)
|
||||
const http_port = 8080
|
||||
|
||||
struct App {
|
||||
vweb.Context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue