/testsuite/shadow/shadow.go
https://bitbucket.org/taruti/gofr · Go · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · 0a64d9906ddcc7c4b89591c4d1b4c77f MD5 · raw file
- package main
- import (
- "io/ioutil"
- )
- func main() {
- ioutil.UtilTest()
- }