mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 11:48:55 +01:00
9 lines
102 B
Modula-2
9 lines
102 B
Modula-2
module vettools
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/kisielk/errcheck v1.6.2
|
|
golang.org/x/tools v0.1.12
|
|
)
|