mirror of
https://github.com/sbrow/zomq.git
synced 2026-08-26 10:53:32 -04:00
refactor: Moved zmq package to the top level.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package main
|
||||
|
||||
import zmq "../../"
|
||||
import "core:bufio"
|
||||
import "core:fmt"
|
||||
import "core:log"
|
||||
import "core:os"
|
||||
import "zmq"
|
||||
|
||||
main :: proc() {
|
||||
context.logger = log.create_console_logger(.Debug, {})
|
||||
Reference in New Issue
Block a user