Browse Source

Stuff

at-2021
kiska 3 years ago
parent
commit
1a52039aba
3 changed files with 438 additions and 25879 deletions
  1. +434
    -25879
      bindata_gen.go
  2. +2
    -0
      go.mod
  3. +2
    -0
      go.sum

+ 434
- 25879
bindata_gen.go
File diff suppressed because it is too large
View File


+ 2
- 0
go.mod View File

@@ -1,3 +1,5 @@
module github.com/dutchcoders/transfer.sh-web

go 1.15

require github.com/shuLhan/go-bindata v4.0.0+incompatible // indirect

+ 2
- 0
go.sum View File

@@ -0,0 +1,2 @@
github.com/shuLhan/go-bindata v4.0.0+incompatible h1:xD8LkuVZLV5OOn/IEuFdt6EEAW7deWiqgwaaSGhjAJc=
github.com/shuLhan/go-bindata v4.0.0+incompatible/go.mod h1:pkcPAATLBDD2+SpAPnX5vEM90F7fcwHCvvLCMXcmw3g=

Loading…
Cancel
Save