Skip to content

Commit 34c5e12

Browse files
committed
expose and organizing aah application methods under application struct
buildinfo date refactored to right name as buildinfo.timestamp added methods to console module and update command templates created avenue for aah app commands implementation removed default package level methods aah.App* in-favor of aah.App().*
1 parent a8dee26 commit 34c5e12

20 files changed

+559
-933
lines changed

Dockerfile.edge

+6-4
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ RUN apt-get update
99

1010
RUN rm -rf $GOPATH/src
1111

12+
ENV GO111MODULE=on
13+
1214
RUN go get aahframe.work/cli/aah
1315

1416
RUN aah -v
1517

1618
# Fetching addon and extensions aah libraries
17-
RUN go get aahframe.work/minify/html && \
18-
go get aahframe.work/cache/provider/inmemory && \
19-
go get aahframe.work/cache/provider/memcache && \
20-
go get aahframe.work/cache/provider/redis
19+
# RUN go get aahframe.work/minify/html && \
20+
# go get aahframe.work/cache/provider/inmemory && \
21+
# go get aahframe.work/cache/provider/memcache && \
22+
# go get aahframe.work/cache/provider/redis
2123

2224
WORKDIR $GOPATH/src

0 commit comments

Comments
 (0)