summary refs log tree commit diff stats
path: root/pkg/apod
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-03-19 18:40:50 +0530
committerAndinus <andinus@nand.sh>2020-03-19 18:40:50 +0530
commitfabb8465172eb5a73d646dd7179872ce37750344 (patch)
tree4a1c13c7d61c4a474b982604a63404b3546cda73 /pkg/apod
parent8e87d706c72e71ba4ebde91e8e289611d4e59497 (diff)
downloadcetus-fabb8465172eb5a73d646dd7179872ce37750344.tar.gz
Put the functions into seperate files & fix compile time error
Splitting the program into seperate programs will cause the binary
size to double if the end user wants both services. Instead splitting
the functions in seperate files will keep the binary size small for
both services combined & also the program will be maintainable.
Diffstat (limited to 'pkg/apod')
0 files changed, 0 insertions, 0 deletions
='n119' href='#n119'>119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198