You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
174 B
9 lines
174 B
5 years ago
|
module github.com/tommyknows/bachelor-thesis/presentation
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/tommyknows/funcheck v0.1.2
|
||
|
golang.org/x/tools v0.0.0-20200624225443-88f3c62a19ff
|
||
|
)
|