about summary refs log tree commit diff
path: root/src/access.go
blob: e43d5aa2ca8000060e656d26bb9dc7f3815dc588 (plain)
1
2
3
4
5
6
7
package main

import "fmt"

func newAccessCode() string {
	return fmt.Sprintf("%d", 4)
}