Commits · ampify

tav  ·  fd4563576f23d53ae5fa5cd9a9c8a2891dfe7948  ·  ampify  ·  github 1310865645

Renamed weblite -> web.

Changes

src/amp/weblite/Makefile → src/amp/web/Makefile
......@@ -3,8 +3,8 @@
33
 
44
 include $(GOROOT)/src/Make.inc
55
 
6
-TARG=amp/weblite
6
+TARG=amp/web
77
 GOFILES=\
8
-        weblite.go\
8
+        web.go\
99
 
1010
 include $(GOROOT)/src/Make.pkg
src/amp/weblite/weblite.go → src/amp/web/web.go
......@@ -1,7 +1,7 @@
11
 // Public Domain (-) 2011 The Ampify Authors.
22
 // See the Ampify UNLICENSE file for details.
33
 
4
-package weblite
4
+package web
55
 
66
 import (
77
 	"amp/optparse"