gomobile-sub #2

Merged
sarah merged 3 commits from gomobile-sub into trunk 2021-01-11 21:27:57 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5653095066 - Show all commits

View File

@ -1,5 +1,5 @@
#!/bin/sh
sed -i "s/^package cwtc/\/\/package cwtch/" lib.go
sed -i "s/^package cwtch/\/\/package cwtch/" lib.go
sed -i "s/^\/\/package main/package main/" lib.go
sed -i "s/^\/\/func main()/func main()/" lib.go