mirror of
https://github.com/pcvolkmer/idicon.git
synced 2025-04-19 16:46:50 +00:00
The config file may provide default values or user sepcific settings.
9 lines
102 B
Modula-2
9 lines
102 B
Modula-2
module idicon
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.0.0
|
|
github.com/gorilla/mux v1.8.0
|
|
)
|