(id string)
| 103 | } |
| 104 | |
| 105 | func getPath(id string) string { |
| 106 | return fmt.Sprintf("%s/%s/%s/%s/%s", conf.PATH_DATA, id[0:2], id[2:4], id[4:6], id) |
| 107 | } |
| 108 | |
| 109 | func getIndexPath(id string) string { |
| 110 | return fmt.Sprintf("%s/idx", getPath(id)) |
no outgoing calls
no test coverage detected