Skip to content

Commit

Permalink
go modules init
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinputhenveettil committed Mar 6, 2020
1 parent 5a7af9e commit 5a6407e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/nithinputhenveettil/pong-game-golang

go 1.13

require github.com/gen2brain/raylib-go v0.0.0-20200122235034-72bb6e01adc8
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/gen2brain/raylib-go v0.0.0-20200122235034-72bb6e01adc8 h1:9YhB1QJIM3zAUVmdpAzghXVe8hJeIyjVO34xyvFd6Kk=
github.com/gen2brain/raylib-go v0.0.0-20200122235034-72bb6e01adc8/go.mod h1:LUVRDQbnxUaOgzLzW5lMS+IcbqlXHIqIA9wq8wxzmcA=

0 comments on commit 5a6407e

Please sign in to comment.