/testsuite/shadow/shadow.go

https://bitbucket.org/taruti/gofr · Go · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · 0a64d9906ddcc7c4b89591c4d1b4c77f MD5 · raw file

  1. package main
  2. import (
  3. "io/ioutil"
  4. )
  5. func main() {
  6. ioutil.UtilTest()
  7. }